aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com>2022-02-13 18:06:58 +0100
committerDeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com>2022-02-13 18:06:58 +0100
commita64ce8e702a5a1061ed976bf9fe377a1828e7f3b (patch)
treead256cbd16b3f3e9bcac1072acc2bc143416399f
parent002ad618741807dfd1ad25fe54c2310469e7d56d (diff)
downloadOneConfig-a64ce8e702a5a1061ed976bf9fe377a1828e7f3b.tar.gz
OneConfig-a64ce8e702a5a1061ed976bf9fe377a1828e7f3b.tar.bz2
OneConfig-a64ce8e702a5a1061ed976bf9fe377a1828e7f3b.zip
remove unneeded line
-rw-r--r--build.gradle1
1 files changed, 0 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index e7c3232..8973dd2 100644
--- a/build.gradle
+++ b/build.gradle
@@ -32,7 +32,6 @@ repositories {
dependencies {
shade ("gg.essential:universalcraft-1.8.9-forge:177") {
exclude module: "kotlin-reflect"
- exclude module: "kotlin-stdlib-jdk8"
}
shade "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
}