Add dependency org.jetbrains.annotations

This commit is contained in:
yushijinhun 2019-01-05 18:49:02 +08:00
parent 8b191e4a3b
commit 11ce04fba4
No known key found for this signature in database
GPG Key ID: 5BC167F73EA558E4

View File

@ -34,6 +34,7 @@ subprojects {
compile group: 'org.hildan.fxgson', name: 'fx-gson', version: '3.1.0'
compile group: 'org.jenkins-ci', name: 'constant-pool-scanner', version: '1.2'
compile group: 'com.github.steveice10', name: 'opennbt', version: '1.1'
compileOnly group: 'org.jetbrains', name: 'annotations', version: '16.0.3'
testCompile group: 'junit', name: 'junit', version: '4.12'
}