update project.

This commit is contained in:
2026-02-19 21:12:03 -05:00
parent 21f792685c
commit 24112322b9
17 changed files with 100 additions and 24 deletions
+2 -1
View File
@@ -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 {