Skip to content

Commit e2571dc

Browse files
Update Gradle to v9 (#100)
* Update Gradle to v9 * Update from Master (#104) * Update repository URLs in gradle.properties * Update Java version matrix in Gradle CI workflow * eclipse .settings gelöscht * .classpath & .project gelöscht (Eclipse) * Füge .classpath, .project und .idea/ zur .gitignore hinzu * Entferne Java 25 aus der Version Matrix im Gradle CI Workflow * Aktualisiere die Version auf 1.1.0-SNAPSHOT und setze die Java-Version auf 17 in gradle.properties * Füge Java-Version 25 zur CI-Strategie hinzu --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Christian <ChristianHoesel@users.noreply.github.com>
1 parent 11026ef commit e2571dc

5 files changed

Lines changed: 4 additions & 8 deletions

File tree

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
java: [ '17', '21' ]
11+
java: [ '17', '21', '25' ]
1212

1313
steps:
1414
- uses: actions/checkout@v5

gradle/wrapper/gradle-wrapper.jar

1.65 KB
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.1.0-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 1 addition & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)