Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
indritbeqiri committed Aug 29, 2024
2 parents 1fc4851 + 08a69b9 commit 695b6d8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ plugins {
version = "$projectVersion"
group = 'one.jpro'

compileJava {
sourceCompatibility = 17
targetCompatibility = 17
java {
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
}

repositories {
Expand All @@ -22,7 +22,7 @@ javafx {

application {
// Define the main class for the application.
mainClassName = 'one.jpro.hellojpro.HelloJProFXML'
mainClass = 'one.jpro.hellojpro.HelloJProFXML'
}

jpro {
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
projectVersion = 1.0-SNAPSHOT
jproVersion = 2024.3.1
jproVersion = 2024.3.2
javafxPluginVersion = 0.1.0
javafxVersion = 17.0.12
javafxVersion = 22.0.2
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
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.9-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 695b6d8

Please sign in to comment.