diff options
author | DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com> | 2022-06-20 19:51:15 +0200 |
---|---|---|
committer | DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com> | 2022-06-20 19:51:15 +0200 |
commit | 1047233c5d26823571e995c4b906e6fc87e15fc8 (patch) | |
tree | 109bdcd47a70b8b04b9d2de5108f38fb6a22f2bb /build.gradle.kts | |
parent | 57fc8eca6b554f522df367eb02cfc2c5e34a33b5 (diff) | |
download | OneConfig-1047233c5d26823571e995c4b906e6fc87e15fc8.tar.gz OneConfig-1047233c5d26823571e995c4b906e6fc87e15fc8.tar.bz2 OneConfig-1047233c5d26823571e995c4b906e6fc87e15fc8.zip |
remove caffeine
Diffstat (limited to 'build.gradle.kts')
-rw-r--r-- | build.gradle.kts | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/build.gradle.kts b/build.gradle.kts index bb7c414..2b01d48 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -98,9 +98,6 @@ dependencies { isTransitive = false } - @Suppress("GradlePackageUpdate") - shadeRelocated("com.github.ben-manes.caffeine:caffeine:2.9.3") - // for other mods and universalcraft val kotlinVersion: String by project val coroutinesVersion: String by project |