All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Released 2019-04-21
- Publishing Gradle Module Metadata
- Depend on a strict range for okhttp of >= 3.0.0 and <= 4.0.0. We're not using features introduced in a specific version, so other things on the buildscript classpath should be free to declare what they need. So long as it fits within our range, we're good to go.
- Built with Gradle 5.4
Released 2018-08-30
- If running with Gradle > 4.8.1 the wrapper task will be configured only when called
- All logging now starts with the [dist-sha] marker
Released 2018-08-27
- Plugin will now no-op on Gradle < 4.5. This is the first version with the methods we need to set the distributionSha256Sum.
- Built with Gradle 4.10
Released 2018-08-23
DistributionShaInitPlugin
was incorrectly applyingDistributionShaPlugin
with the Kotlin DSL, causing the init script to not load when the plugin was applied.
- Built with Gradle 4.10-rc-3
Released 2018-08-22
DistributionShaInitPlugin
so the plugin can be applied in an init script, as opposed to having an init script that waits for therootProject
to load.
Released 2018-08-17
DistributionShaPlugin
, which configures theWrapper
task to automatically download thedistributionSha256Sum
with the distribution if available.