Skip to content

Commit

Permalink
fix: revert gradle version used for generated assembly packages (baze…
Browse files Browse the repository at this point in the history
…l rules) (#872)

The new 7.x verison of gradle is incompatible with the used gradle build scripts format.
  • Loading branch information
vam-google committed Nov 5, 2021
1 parent 6a39c7f commit 4e73c9a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.3-bin.zip

0 comments on commit 4e73c9a

Please sign in to comment.