Skip to content

Commit

Permalink
Prepare version 0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vanniktech committed Jul 2, 2023
1 parent 8aae77d commit 1391a5a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Change Log

Version 0.23.0 *(In development)*
---------------------------------
Version 0.23.0 *(2023-07-02)*
-----------------------------

- Kotlin Inputs: Exclude src/test/snapshots/ to fix 'ktlint uses this output of task testDebugUnitTest without declaring an explicit or implicit dependency'. [\#274](https://github.com/vanniktech/gradle-code-quality-tools-plugin/pull/274) ([vanniktech](https://github.com/vanniktech))
- Gradle: Use Java 11, Android Gradle Plugin 8.0.2 & update all dependencies. [\#273](https://github.com/vanniktech/gradle-code-quality-tools-plugin/pull/273) ([vanniktech](https://github.com/vanniktech))

Version 0.22.0 *(2022-07-14)*
-----------------------------
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ buildscript {
google()
}
dependencies {
classpath "com.vanniktech:gradle-code-quality-tools-plugin:0.22.0"
classpath "com.vanniktech:gradle-code-quality-tools-plugin:0.23.0"
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=com.vanniktech
VERSION_NAME=0.23.0-SNAPSHOT
VERSION_NAME=0.23.0

POM_ARTIFACT_ID=gradle-code-quality-tools-plugin
POM_NAME=Gradle Code Quality Tools Plugin
Expand Down

0 comments on commit 1391a5a

Please sign in to comment.