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 Nov 5, 2024
2 parents 8a1b02d + 1093d0b commit 2b041dc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
jdk: [17, 21, 22]
jdk: [21, 23]
os: [windows-latest, ubuntu-latest]
fail-fast: false
max-parallel: 6
max-parallel: 4
timeout-minutes: 15

steps:
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.3
jproVersion = 2024.4.0
javafxPluginVersion = 0.1.0
javafxVersion = 22.0.2
javafxVersion = 23.0.1
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.10.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-all.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 2b041dc

Please sign in to comment.