Commit ea2f7ad 1 parent d2d45d8 commit ea2f7ad Copy full SHA for ea2f7ad
File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,12 @@ java {
13
13
sourceCompatibility = ' 17'
14
14
}
15
15
16
+ javafx {
17
+ version = " 21"
18
+ modules = [ ' javafx.controls' ]
19
+ modules = [ ' javafx.graphics' ]
20
+ }
21
+
16
22
repositories {
17
23
mavenCentral()
18
24
}
@@ -37,11 +43,6 @@ dependencies {
37
43
implementation ' org.imgscalr:imgscalr-lib:4.2'
38
44
implementation ' org.apache.commons:commons-math3:3.6.1'
39
45
implementation ' com.opencsv:opencsv:5.7.1'
40
-
41
- // Wayland
42
- implementation platform(' org.openjfx:javafx-bom:19' ) // Use BOM for version consistency
43
- implementation ' org.openjfx:javafx-controls:19' // Core OpenJFX controls
44
- implementation ' org.openjfx:javafx-graphics:19' // Essential for graphics rendering
45
46
46
47
// Tests
47
48
testImplementation ' org.springframework.boot:spring-boot-starter-test'
You can’t perform that action at this time.
0 commit comments