|
@@ -1,6 +1,7 @@
|
|
|
import org.apache.tools.ant.taskdefs.condition.Os
|
|
|
|
|
|
plugins {
|
|
|
+ id 'java-library'
|
|
|
id 'biz.aQute.bnd.builder' version '6.2.0'
|
|
|
id 'com.vanniktech.maven.publish' version '0.19.0'
|
|
|
id 'com.github.johnrengelman.shadow' version '7.1.2'
|
|
@@ -22,7 +23,7 @@ compileJava {
|
|
|
dependencies {
|
|
|
testImplementation('junit:junit:4.13.2')
|
|
|
|
|
|
- implementation 'io.github.palexdev:virtualizedfx:11.2.6'
|
|
|
+ api 'io.github.palexdev:virtualizedfx:11.2.6'
|
|
|
}
|
|
|
|
|
|
javafx {
|