We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b304cf commit 206c648Copy full SHA for 206c648
build.gradle
@@ -56,6 +56,7 @@ dependencies {
56
api 'javax.persistence:javax.persistence-api:2.2'
57
api 'io.netty:netty-all:4.1.30.Final'
58
shadow 'javax.persistence:javax.persistence-api:2.2'
59
+ shadow 'com.udojava:EvalEx:2.1'
60
annotationProcessor 'org.librazy:NyaaUtilsLangChecker:2.0-SNAPSHOT'
61
annotationProcessor "org.spigotmc:spigot-api:$minecraftVersion-R0.1-SNAPSHOT"
62
compileOnly 'org.librazy:NyaaUtilsLangChecker:2.0-SNAPSHOT'
0 commit comments