Skip to content

Commit

Permalink
fix(build): stick to Gradle 8.6 for now
Browse files Browse the repository at this point in the history
since updating to 8.7 breaks test coverage
  • Loading branch information
monosoul committed Apr 2, 2024
1 parent 68d0fb2 commit ea27dcc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@
"automerge": true,
"automergeStrategy": "squash",
"platformAutomerge": true,
"ignoreDeps": [],
"ignoreDeps": [
"gradle"
],
"reviewers": [
"monosoul"
]
Expand Down
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.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit ea27dcc

Please sign in to comment.