Skip to content

Commit

Permalink
Back to Gradle version 7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Jul 26, 2023
1 parent 1935bdb commit 348c79b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@
groupName: 'batik',
automerge: true,
},
/** Use dependencyDashboardApproval of the checkstyle and spotbugs */
/** Use dependencyDashboardApproval of the Checkstyle, SpotBugs and Gradle */
{
matchPackageNames: ['checkstyle', 'spotbugs'],
matchPackageNames: ['checkstyle', 'spotbugs', 'gradle'],
matchUpdateTypes: ['major', 'minor'],
dependencyDashboardApproval: true,
},
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM gradle:8.1.1-jdk11 AS builder
FROM gradle:7.6.2-jdk11 AS builder

RUN --mount=type=cache,target=/var/cache,sharing=locked \
--mount=type=cache,target=/root/.cache \
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ buildscript {
defaultTasks 'build'

wrapper {
gradleVersion = '8.2'
gradleVersion = '7.6.2'
distributionType = Wrapper.DistributionType.ALL
}

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.2-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.2-all.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 348c79b

Please sign in to comment.