We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2298af commit dbf997aCopy full SHA for dbf997a
build.gradle
@@ -501,8 +501,8 @@ dependencies {
501
testCompileOnly "me.eigenraven.java8unsupported:java-8-unsupported-shim:1.0.0"
502
}
503
504
- compileOnlyApi 'org.jetbrains:annotations:23.0.0'
505
- annotationProcessor 'org.jetbrains:annotations:23.0.0'
+ compileOnlyApi 'org.jetbrains:annotations:24.1.0'
+ annotationProcessor 'org.jetbrains:annotations:24.1.0'
506
patchedMinecraft('net.minecraft:launchwrapper:1.17.2') {
507
transitive = false
508
0 commit comments