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 c58113f commit b09a75cCopy full SHA for b09a75c
annotation-processor/build.gradle
@@ -22,7 +22,7 @@ repositories {
22
}
23
24
dependencies {
25
- implementation "com.blamejared.crafttweaker:CraftTweaker-neoforge-${previous_minor_minecraft_version}:${crafttweaker_version}"
+ implementation "org.openzen.zencode:JavaAnnotations:0.3.8"
26
//Version of GSON used by vanilla (and thus packed and already downloaded)
27
implementation group: 'com.google.code.gson', name: 'gson', version: '2.10.1'
28
implementation "com.squareup:javapoet:1.13.0"
0 commit comments