fix: not compatible with JVM environment without Javafx

Copy from Recaf
This commit is contained in:
寒兮
2021-02-17 17:57:19 +08:00
committed by Yuhui Huang
parent 734c1e14f0
commit 63bd707741
3 changed files with 383 additions and 6 deletions

View File

@@ -30,6 +30,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'
compile group: 'com.nqzero', name: 'permit-reflect', version: '0.3'
compileOnly group: 'org.jetbrains', name: 'annotations', version: '16.0.3'
testCompile group: 'junit', name: 'junit', version: '4.12'