update project.
This commit is contained in:
+2
-1
@@ -5,6 +5,7 @@
|
||||
|
||||
plugins {
|
||||
id 'application'
|
||||
id("io.freefair.aspectj") version "9.2.0"
|
||||
id("org.openjfx.javafxplugin") version "0.1.0"
|
||||
}
|
||||
|
||||
@@ -36,7 +37,7 @@ sourceSets {
|
||||
|
||||
javafx {
|
||||
version = "25.0.2"
|
||||
modules = [ 'javafx.controls', 'javafx.fxml', 'javafx.graphics' ]
|
||||
modules = [ 'javafx.controls', 'javafx.fxml']
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
Reference in New Issue
Block a user