We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a07acee commit b9634daCopy full SHA for b9634da
1 file changed
build.gradle
@@ -1,7 +1,7 @@
1
plugins {
2
id 'java'
3
id 'application'
4
- id 'org.openjfx.javafxplugin' version '0.0.13'
+ id 'org.openjfx.javafxplugin' version '0.1.0'
5
}
6
7
group = 'com.funkylogclient'
@@ -25,9 +25,6 @@ repositories {
25
26
27
dependencies {
28
- implementation 'org.openjfx:javafx-controls:17'
29
- implementation 'org.openjfx:javafx-fxml:17'
30
-
31
implementation 'edu.wpi.first.ntcore:ntcore-java:2025.3.2'
32
implementation 'edu.wpi.first.ntcore:ntcore-jni:2025.3.2:windowsx86-64'
33
implementation 'edu.wpi.first.ntcore:ntcore-jni:2025.3.2:osxuniversal'
@@ -45,7 +42,7 @@ dependencies {
45
42
46
43
47
44
javafx {
48
- version = '17'
+ version = '21.0.7'
49
modules = [ 'javafx.controls', 'javafx.fxml' ]
50
51
0 commit comments