Skip to content

Commit 9e706f9

Browse files
committed
Update gradle and javafxplugin versions
1 parent 1d2dbaa commit 9e706f9

5 files changed

Lines changed: 170 additions & 113 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
id 'java'
33
id 'idea'
44
id 'application'
5-
id 'org.openjfx.javafxplugin' version '0.0.10'
5+
id 'org.openjfx.javafxplugin' version '0.1.0'
66
}
77

88
javafx {
@@ -29,4 +29,4 @@ dependencies {
2929

3030
jar {
3131
processResources.exclude('**/.idea')
32-
}
32+
}

gradle/wrapper/gradle-wrapper.jar

1.52 KB
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.5-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.0-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

gradlew

Lines changed: 159 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)