Skip to content

Latest commit

 

History

History
71 lines (47 loc) · 1.69 KB

CHANGELOG.md

File metadata and controls

71 lines (47 loc) · 1.69 KB

Changelog

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.

[Unreleased]

[0.4.0]

Released 2019-04-21

Added

  • Publishing Gradle Module Metadata

Changed

  • 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

[0.3.0]

Released 2018-08-30

Added

  • If running with Gradle > 4.8.1 the wrapper task will be configured only when called

Changed

  • All logging now starts with the [dist-sha] marker

[0.2.2]

Released 2018-08-27

Fixed

  • Plugin will now no-op on Gradle < 4.5. This is the first version with the methods we need to set the distributionSha256Sum.

Changed

  • Built with Gradle 4.10

[0.2.1]

Released 2018-08-23

Fixed

  • DistributionShaInitPlugin was incorrectly applying DistributionShaPlugin with the Kotlin DSL, causing the init script to not load when the plugin was applied.

Changed

  • Built with Gradle 4.10-rc-3

[0.2.0]

Released 2018-08-22

Added

  • DistributionShaInitPlugin so the plugin can be applied in an init script, as opposed to having an init script that waits for the rootProject to load.

[0.1.0]

Released 2018-08-17

Added

  • DistributionShaPlugin, which configures the Wrapper task to automatically download the distributionSha256Sum with the distribution if available.