Browse Source
The highlights are: * Support for Java 19 * Support for incremental compilation following a compilation failure * Flag for individual task rerun (eg "gradle test --rerun") * Re-use Scala compiler between runs (will be enabled via #12280) Release notes: https://docs.gradle.org/7.6/release-notes.html Also adjusted the directory used by `retry_zinc` for the build output from `build` to `logs` as `gradlew clean` was causing unintended deletion of the file used by that tool to decide if a retry is required. Reviewers: Manikumar Reddy <manikumar.reddy@gmail.com>pull/12280/head
Ismael Juma
2 years ago
committed by
GitHub
4 changed files with 7 additions and 8 deletions
@ -1,6 +1,6 @@ |
|||||||
distributionBase=GRADLE_USER_HOME |
distributionBase=GRADLE_USER_HOME |
||||||
distributionPath=wrapper/dists |
distributionPath=wrapper/dists |
||||||
distributionSha=db9c8211ed63f61f60292c69e80d89196f9eb36665e369e7f00ac4cc841c2219 |
distributionSha=312eb12875e1747e05c2f81a4789902d7e4ec5defbd1eefeaccc08acf096505d |
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-all.zip |
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-all.zip |
||||||
zipStoreBase=GRADLE_USER_HOME |
zipStoreBase=GRADLE_USER_HOME |
||||||
zipStorePath=wrapper/dists |
zipStorePath=wrapper/dists |
||||||
|
Loading…
Reference in new issue