Chore: Added javafx modules to build.gradle file

This commit is contained in:
Jona Walpert
2026-03-11 13:22:33 +01:00
parent 3c9f19c5da
commit 7daae485da
5 changed files with 4 additions and 1 deletions
+3
View File
@@ -0,0 +1,3 @@
{
"java.configuration.updateBuildConfiguration": "automatic"
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 194 KiB

+1 -1
View File
@@ -23,7 +23,7 @@ repositories {
javafx { javafx {
version = "25.0.2" version = "25.0.2"
modules = ['javafx.controls', 'javafx.fxml', 'javafx.base'] modules = ['javafx.controls', 'javafx.fxml', 'javafx.base', 'javafx.graphics', 'javafx.web']
} }
dependencies { dependencies {