Skip to content

Commit

Permalink
Revert "[Gradle] Upgrade to Gradle 8.0.1 and Shadow 8.1.0."
Browse files Browse the repository at this point in the history
This reverts commit 847bddb.
  • Loading branch information
vyazelenko committed Feb 28, 2023
1 parent ca486c2 commit 562f048
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

plugins {
id 'java-library'
id 'com.github.johnrengelman.shadow' version '8.1.0' apply false
id 'com.github.johnrengelman.shadow' version '7.1.2' apply false
id 'biz.aQute.bnd.builder' version '6.4.0' apply false
id 'com.github.ben-manes.versions' version '0.46.0'
}
Expand Down Expand Up @@ -1075,6 +1075,6 @@ tasks.named('dependencyUpdates').configure {
}

wrapper {
gradleVersion = '8.0.1'
gradleVersion = '7.6'
distributionType = 'ALL'
}
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.0.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-all.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 562f048

Please sign in to comment.