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

Commit

Permalink
version: 0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmc24 committed Dec 18, 2020
1 parent c4393b8 commit 58ecb42
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.22.0
* Add [Configuration Cache](https://docs.gradle.org/6.6/userguide/configuration_cache.html) support (#129; thanks to [dcabasson](https://github.com/dcabasson) and [eskatos](https://github.com/eskatos))
* Add coverage reporting via JaCoco/Codecov to the plugin's build pipeline
* Add support for multiple IDL files with the same name in different directories (#123)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ tasks.withType(JavaCompile) {
options.compilerArgs << "-Xlint:all" << "-Xlint:-options" << "-Werror"
}

version = "0.21.1-SNAPSHOT"
version = "0.22.0"
group = "com.commercehub.gradle.plugin"

tasks.withType(AbstractArchiveTask) {
Expand Down

0 comments on commit 58ecb42

Please sign in to comment.