Skip to content
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.

Commit

Permalink
version: 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmc24 committed Nov 13, 2018
1 parent cdec916 commit c8a270e
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.16.0
* Built using Gradle 4.10.2
* Updated compatibility testing through Gradle 4.10.2
* Added support for the Gradle [Build Cache](https://docs.gradle.org/current/userguide/build_cache.html) (#48); contribution from [dcabasson](https://github.com/dcabasson)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ tasks.withType(JavaCompile) {
}
sourceCompatibility = 1.7

version = "0.15.2-SNAPSHOT"
version = "0.16.0"
group = "com.commercehub.gradle.plugin"

task sourcesJar(type: Jar, dependsOn: classes) {
Expand Down

0 comments on commit c8a270e

Please sign in to comment.