Changed
- BREAKING CHANGE: the GitHub has been transferred from
johnrengelman/shadow
toGradleUp/shadow
, you can view more details in GradleUp/shadow/issues/908.
We also update the plugin ID fromcom.github.johnrengelman.shadow
tocom.gradleup.shadow
, and the
Maven coordinate fromcom.github.johnrengelman:shadow
tocom.gradleup.shadow:shadow-gradle-plugin
. - Bump the min Gradle requirement from
8.0.0
to8.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)