Skip to content

Commit 1391a5a

Browse files
committed
Prepare version 0.23.0
1 parent 8aae77d commit 1391a5a

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# Change Log
22

3-
Version 0.23.0 *(In development)*
4-
---------------------------------
3+
Version 0.23.0 *(2023-07-02)*
4+
-----------------------------
5+
6+
- 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))
7+
- 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))
58

69
Version 0.22.0 *(2022-07-14)*
710
-----------------------------

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ buildscript {
1515
google()
1616
}
1717
dependencies {
18-
classpath "com.vanniktech:gradle-code-quality-tools-plugin:0.22.0"
18+
classpath "com.vanniktech:gradle-code-quality-tools-plugin:0.23.0"
1919
}
2020
}
2121

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=com.vanniktech
2-
VERSION_NAME=0.23.0-SNAPSHOT
2+
VERSION_NAME=0.23.0
33

44
POM_ARTIFACT_ID=gradle-code-quality-tools-plugin
55
POM_NAME=Gradle Code Quality Tools Plugin

0 commit comments

Comments
 (0)