Skip to content
This repository was archived by the owner on Dec 19, 2025. It is now read-only.

Commit 30ea2ae

Browse files
committed
fix dependencies
1 parent dfe9cc2 commit 30ea2ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ repositories {
3030
}
3131

3232
dependencies {
33-
implementation 'org.jetbrains:annotations:20.1.0'
3433
minecraft 'net.minecraftforge:forge:1.12.2-14.23.5.2854'
3534

3635
implementation 'com.mojang:brigadier:1.0.17'
36+
compileOnly 'org.jetbrains:annotations:20.1.0'
3737

3838
compileOnly 'org.projectlombok:lombok:1.18.16'
3939
annotationProcessor 'org.projectlombok:lombok:1.18.16'

0 commit comments

Comments
 (0)