Skip to content

Commit b09a75c

Browse files
committed
Fix an old version of CrT being pulled in by NG across projects
1 parent c58113f commit b09a75c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

annotation-processor/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repositories {
2222
}
2323

2424
dependencies {
25-
implementation "com.blamejared.crafttweaker:CraftTweaker-neoforge-${previous_minor_minecraft_version}:${crafttweaker_version}"
25+
implementation "org.openzen.zencode:JavaAnnotations:0.3.8"
2626
//Version of GSON used by vanilla (and thus packed and already downloaded)
2727
implementation group: 'com.google.code.gson', name: 'gson', version: '2.10.1'
2828
implementation "com.squareup:javapoet:1.13.0"

0 commit comments

Comments
 (0)