@@ -24,9 +24,9 @@ plugins {
24
24
id ' eclipse'
25
25
id ' maven-publish'
26
26
id ' org.jetbrains.gradle.plugin.idea-ext' version ' 1.1.7'
27
- id ' com.gtnewhorizons.retrofuturagradle' version ' 1.3.28 '
28
- id ' net.darkhax.curseforgegradle' version ' 1.1.17 ' apply false
29
- id ' com.modrinth.minotaur' version ' 2.8.6 ' apply false
27
+ id ' com.gtnewhorizons.retrofuturagradle' version ' 1.3.33 '
28
+ id ' net.darkhax.curseforgegradle' version ' 1.1.18 ' apply false
29
+ id ' com.modrinth.minotaur' version ' 2.8.7 ' apply false
30
30
id ' com.diffplug.spotless' version ' 6.13.0' apply false
31
31
id ' com.palantir.git-version' version ' 3.0.0' apply false
32
32
id ' com.github.johnrengelman.shadow' version ' 8.1.1' apply false
@@ -495,7 +495,7 @@ configurations {
495
495
testRuntimeClasspath. extendsFrom(runtimeOnlyNonPublishable)
496
496
}
497
497
498
- String mixinProviderSpec = ' zone.rong:mixinbooter:8.9 '
498
+ String mixinProviderSpec = ' zone.rong:mixinbooter:9.1 '
499
499
dependencies {
500
500
if (usesMixins. toBoolean()) {
501
501
annotationProcessor ' org.ow2.asm:asm-debug-all:5.2'
@@ -523,8 +523,8 @@ dependencies {
523
523
}
524
524
525
525
if (enableModernJavaSyntax. toBoolean()) {
526
- annotationProcessor ' com.github.bsideup.jabel:jabel-javac-plugin:1.0.0 '
527
- compileOnly(' com.github.bsideup.jabel:jabel-javac-plugin:1.0.0 ' ) {
526
+ annotationProcessor ' com.github.bsideup.jabel:jabel-javac-plugin:1.0.1 '
527
+ compileOnly(' com.github.bsideup.jabel:jabel-javac-plugin:1.0.1 ' ) {
528
528
transitive = false
529
529
}
530
530
// workaround for https://github.com/bsideup/jabel/issues/174
@@ -533,8 +533,8 @@ dependencies {
533
533
patchedMinecraft ' me.eigenraven.java8unsupported:java-8-unsupported-shim:1.0.0'
534
534
535
535
// allow Jabel to work in tests
536
- testAnnotationProcessor " com.github.bsideup.jabel:jabel-javac-plugin:1.0.0 "
537
- testCompileOnly(" com.github.bsideup.jabel:jabel-javac-plugin:1.0.0 " ) {
536
+ testAnnotationProcessor " com.github.bsideup.jabel:jabel-javac-plugin:1.0.1 "
537
+ testCompileOnly(" com.github.bsideup.jabel:jabel-javac-plugin:1.0.1 " ) {
538
538
transitive = false // We only care about the 1 annotation class
539
539
}
540
540
testCompileOnly " me.eigenraven.java8unsupported:java-8-unsupported-shim:1.0.0"
0 commit comments