Skip to content

Commit b6123db

Browse files
authored
chore: Add Java 25 support with Gradle v9.1.0 (#2358)
1 parent 0a2589f commit b6123db

6 files changed

Lines changed: 11 additions & 10 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ jobs:
5353
e2e-tests: flutter-android
5454
- java: 21
5555
platform: ubuntu-latest
56+
- java: 25
57+
platform: ubuntu-latest
5658
fail-fast: false
5759

5860
runs-on: ${{ matrix.platform }}

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ jreleaser {
188188
}
189189

190190
wrapper {
191-
gradleVersion = '9.0.0'
191+
gradleVersion = '9.1.0'
192192
distributionType = Wrapper.DistributionType.ALL
193193
}
194194

gradle/wrapper/gradle-wrapper.jar

1.91 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-9.0.0-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.1.0-all.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

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

gradlew.bat

Lines changed: 2 additions & 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)