mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-01-30 14:39:56 +08:00
Exclude JavaFX (#2073)
This commit is contained in:
parent
6e20ce4db3
commit
94b54f3dce
@ -76,7 +76,7 @@ if (!jfxInClasspath && JavaVersion.current() >= JavaVersion.VERSION_11) {
|
||||
val classifier = platform.classifier
|
||||
rootProject.subprojects {
|
||||
for (module in jfxModules) {
|
||||
dependencies.add("implementation", "$groupId:javafx-$module:$version:$classifier")
|
||||
dependencies.add("compileOnly", "$groupId:javafx-$module:$version:$classifier")
|
||||
dependencies.add("testImplementation", "$groupId:javafx-$module:$version:$classifier")
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user