Skip to content

Commit b9634da

Browse files
committed
Fixed build issues for Mac - Co-authored-by: rayming <FluffyMarshmallow17@github.com>
1 parent a07acee commit b9634da

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

build.gradle

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id 'java'
33
id 'application'
4-
id 'org.openjfx.javafxplugin' version '0.0.13'
4+
id 'org.openjfx.javafxplugin' version '0.1.0'
55
}
66

77
group = 'com.funkylogclient'
@@ -25,9 +25,6 @@ repositories {
2525
}
2626

2727
dependencies {
28-
implementation 'org.openjfx:javafx-controls:17'
29-
implementation 'org.openjfx:javafx-fxml:17'
30-
3128
implementation 'edu.wpi.first.ntcore:ntcore-java:2025.3.2'
3229
implementation 'edu.wpi.first.ntcore:ntcore-jni:2025.3.2:windowsx86-64'
3330
implementation 'edu.wpi.first.ntcore:ntcore-jni:2025.3.2:osxuniversal'
@@ -45,7 +42,7 @@ dependencies {
4542
}
4643

4744
javafx {
48-
version = '17'
45+
version = '21.0.7'
4946
modules = [ 'javafx.controls', 'javafx.fxml' ]
5047
}
5148

0 commit comments

Comments
 (0)