diff options
| author | GDCloud <gdcloudstrike@gmail.com> | 2023-02-05 22:57:34 +0100 |
|---|---|---|
| committer | GDCloud <gdcloudstrike@gmail.com> | 2023-02-05 22:57:34 +0100 |
| commit | 8d5e6338e9d11bbf1657231b271305deffe73794 (patch) | |
| tree | 9a259ac6d8e056cee7dd4f886c9613679a79faf4 | |
| parent | d4c5e0f96170c29d537bbb1456334371851b40c3 (diff) | |
| download | GT5-Unofficial-8d5e6338e9d11bbf1657231b271305deffe73794.tar.gz GT5-Unofficial-8d5e6338e9d11bbf1657231b271305deffe73794.tar.bz2 GT5-Unofficial-8d5e6338e9d11bbf1657231b271305deffe73794.zip | |
update bs
| -rw-r--r-- | build.gradle | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/build.gradle b/build.gradle index 447de38414..9027fe62de 100644 --- a/build.gradle +++ b/build.gradle @@ -1,4 +1,4 @@ -//version: 1675268365 +//version: 1675624371 /* DO NOT CHANGE THIS FILE! Also, you may replace this file at any time if there is an update available. @@ -520,20 +520,20 @@ dependencies { annotationProcessor('org.ow2.asm:asm-debug-all:5.0.3') annotationProcessor('com.google.guava:guava:24.1.1-jre') annotationProcessor('com.google.code.gson:gson:2.8.6') - annotationProcessor('com.gtnewhorizon:gtnhmixins:2.1.10:processor') + annotationProcessor('com.gtnewhorizon:gtnhmixins:2.1.12:processor') if (usesMixinDebug.toBoolean()) { runtimeOnlyNonPublishable('org.jetbrains:intellij-fernflower:1.2.1.16') } } if (usesMixins.toBoolean() || forceEnableMixins.toBoolean()) { - implementation('com.gtnewhorizon:gtnhmixins:2.1.10') + implementation('com.gtnewhorizon:gtnhmixins:2.1.12') } } pluginManager.withPlugin('org.jetbrains.kotlin.kapt') { if (usesMixins.toBoolean()) { dependencies { - kapt('com.gtnewhorizon:gtnhmixins:2.1.10:processor') + kapt('com.gtnewhorizon:gtnhmixins:2.1.12:processor') } } } @@ -633,6 +633,7 @@ tasks.named("processResources", ProcessResources).configure { if (usesMixins.toBoolean()) { from refMap + dependsOn("compileJava", "compileScala") } } |
