Skip to content

Commit

Permalink
version: 0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmc24 committed Jun 17, 2020
1 parent 7c82319 commit 5bad604
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Change Log

## Unreleased

## 0.20.0
* Built using Gradle 6.5
* Updated compatibility testing to include Java 14
* Updated compatibility testing through Gradle 6.5
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ tasks.withType(JavaCompile) {
options.compilerArgs << "-Xlint:all" << "-Xlint:-options" << "-Werror"
}

version = "0.19.2-SNAPSHOT"
version = "0.20.0"
group = "com.commercehub.gradle.plugin"

tasks.withType(AbstractArchiveTask) {
Expand Down

0 comments on commit 5bad604

Please sign in to comment.