From 84e1392443af7a69940c32c91ef2f141017901b8 Mon Sep 17 00:00:00 2001 From: "David M. Carr" Date: Mon, 10 Feb 2020 11:32:28 -0500 Subject: [PATCH] version: 0.18.0 --- CHANGES.md | 2 ++ build.gradle | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 97839f9..08cbc45 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,8 @@ # Change Log ## Unreleased + +## 0.18.0 * Use reproducible file order for plugin archives * Eliminate usage of internal conventions API, using new Lazy Configuration approach instead; requires Gradle 4.4+ * Technically, the APIs needed are available in Gradle 4.3, but there is a bug related to un-set `Property` instances in 4.3 and 4.3.1; see https://github.com/gradle/gradle/issues/3879 diff --git a/build.gradle b/build.gradle index 679d010..9beb848 100644 --- a/build.gradle +++ b/build.gradle @@ -29,7 +29,7 @@ tasks.withType(JavaCompile) { options.compilerArgs << "-Xlint:all" << "-Xlint:-options" << "-Werror" } -version = "0.17.1-SNAPSHOT" +version = "0.18.0" group = "com.commercehub.gradle.plugin" tasks.withType(AbstractArchiveTask) {