Skip to content

Commit

Permalink
Update to Gradle 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bigdaz committed Aug 19, 2023
1 parent b5b2605 commit 70841ea
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@ jobs:
strategy:
fail-fast: false
matrix:
# Test newest 5.x, 6.x and 7.x, plus oldest patched 7.x and 8.x
# Test latest version 5.x, 6.x and 7.x, plus oldest patched 7.x
# Test all patched minor versions of 8.x
# Latest 8.x is tested in 'quick-check' job
gradle-version: [ "5.6.4", "6.9.4", "7.0.2", "7.6.2", "8.0.2"]
gradle-version: [ "5.6.4", "6.9.4", "7.0.2", "7.6.2", "8.0.2", "8.1.1", "8.2.1"]
runs-on: ubuntu-latest
env:
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionSha256Sum=38f66cd6eef217b4c35855bb11ea4e9fbc53594ccccb5fb82dfd317ef8c2c5a3
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
distributionSha256Sum=591855b517fc635b9e04de1d05d5e76ada3f89f5fc76f87978d1b245b4f69225
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class DependencyExtractorConfigTest extends BaseExtractorTest {
}

@IgnoreIf({
// There's an issue where BuildService is closed too early in Gradle 8.0,
// There is an issue where BuildService is closed too early in Gradle 8.0,
// resulting in empty dependency graph.
GradleVersion.version(testGradleVersion) < GradleVersion.version("8.1")
})
Expand Down

0 comments on commit 70841ea

Please sign in to comment.