8.3.0
Changed
- BREAKING CHANGE: the GitHub has been transferred from
johnrengelman/shadowtoGradleUp/shadow, you can view more details in GradleUp/shadow/issues/908.
We also update the plugin ID fromcom.github.johnrengelman.shadowtocom.gradleup.shadow, and the
Maven coordinate fromcom.github.johnrengelman:shadowtocom.gradleup.shadow:shadow-gradle-plugin. - Bump the min Gradle requirement from
8.0.0to8.3. (#876) - Support Java 21. (#876)
- Use new file permission API from Gradle 8.3. (#876)
Fixed
- Fix for PropertiesFileTransformer breaks Reproducible builds in
8.1.1. (#858)