Skip to content

Commit e654098

Browse files
committed
Prepare version 0.22.0
1 parent 7ef4cc0 commit e654098

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

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

3-
Version 0.22.0 *(In development)*
4-
---------------------------------
3+
Version 0.22.0 *(2022-07-14)*
4+
-----------------------------
5+
6+
- ktlint: Fix formatting task when running on JDK 16+ [\#239](https://github.com/vanniktech/gradle-code-quality-tools-plugin/pull/239) ([vanniktech](https://github.com/vanniktech))
7+
- Lint: By default set textReport to true. [\#227](https://github.com/vanniktech/gradle-code-quality-tools-plugin/pull/227) ([vanniktech](https://github.com/vanniktech))
8+
- Use validatePlugins\#enableStricterValidation [\#223](https://github.com/vanniktech/gradle-code-quality-tools-plugin/pull/223) ([vanniktech](https://github.com/vanniktech))
59

610
Version 0.21.0 *(2022-03-11)*
711
-----------------------------

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.21.0"
18+
classpath "com.vanniktech:gradle-code-quality-tools-plugin:0.22.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.22.0-SNAPSHOT
2+
VERSION_NAME=0.22.0
33

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

0 commit comments

Comments
 (0)