Skip to content

Commit c035de7

Browse files
chore: update gradle 9.1 & org.beryx.runtime 2.0.0-rc
1 parent 2208b7d commit c035de7

File tree

4 files changed

+158
-108
lines changed

4 files changed

+158
-108
lines changed

build.gradle

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
// Windows: set JAVA_HOME=C:\Program Files\Java\jdk-17
22
// Windows: set JAVA_HOME=C:\Program Files\Java\jdk-21
3+
// Windows: set JAVA_HOME=C:\Program Files\Java\jdk-25
34
// Linux: export JAVA_HOME=/usr/lib/jvm/jdk-11.0.5+10
45
// MacOS: export JAVA_HOME=`/usr/libexec/java_home -v 11`
56

67
plugins {
78
id 'application'
89
id 'org.openjfx.javafxplugin' version '0.1.0'
910
// id 'org.javamodularity.moduleplugin' version '1.8.12'
10-
id 'org.beryx.runtime' version '1.13.1'
11+
id 'org.beryx.runtime' version '2.0.0-rc'
1112
// id 'org.unbroken-dome.xjc' version '2.0.0'
12-
id 'com.github.bjornvester.xjc' version "1.8.1" // https://github.com/bjornvester/xjc-gradle-plugin
13+
id 'com.github.bjornvester.xjc' version "1.8.2" // https://github.com/bjornvester/xjc-gradle-plugin
1314
}
1415

1516
/* compileJava {
@@ -19,7 +20,7 @@ plugins {
1920

2021
dependencies {
2122
// ControlsFX
22-
implementation('org.controlsfx:controlsfx:11.2.1') {
23+
implementation('org.controlsfx:controlsfx:11.2.2') {
2324
exclude group: 'org.openjfx', module: '*'
2425
}
2526

gradle/wrapper/gradle-wrapper.jar

333 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.1.0-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

gradlew

Lines changed: 153 additions & 104 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)