Skip to content

Commit

Permalink
Update gradle and javafx
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpaljak committed Oct 26, 2023
1 parent 75e8549 commit 75fbc4d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ compileJava {
}

javafx {
version = "20.0.1"
version = "21.0.1"
modules = ['javafx.controls', 'javafx.graphics', 'javafx.swing']
//configuration = 'compileOnly'
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
3 changes: 0 additions & 3 deletions version.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
23.07.25.3



0 comments on commit 75fbc4d

Please sign in to comment.