Skip to content

Commit dbee40e

Browse files
committed
Prepare version 0.17.0
1 parent e229901 commit dbee40e

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

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

3-
Version 0.17.0 *(In development)*
4-
---------------------------------
3+
Version 0.17.0 *(2019-02-18)*
4+
-----------------------------
5+
6+
- Update dependencies to latest and greatest. [\#177](https://github.com/vanniktech/gradle-code-quality-tools-plugin/pull/177) ([vanniktech](https://github.com/vanniktech))
7+
- Android Lint: Check test sources by default. [\#176](https://github.com/vanniktech/gradle-code-quality-tools-plugin/pull/176) ([vanniktech](https://github.com/vanniktech))
8+
- Kotlin: Treat warnings as errors by default. [\#175](https://github.com/vanniktech/gradle-code-quality-tools-plugin/pull/175) ([vanniktech](https://github.com/vanniktech))
9+
- Update README to reflect new lint extension properties. [\#174](https://github.com/vanniktech/gradle-code-quality-tools-plugin/pull/174) ([vanniktech](https://github.com/vanniktech))
510

611
Version 0.16.0 *(2019-01-28)*
712
-----------------------------

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ buildscript {
1414
gradlePluginPortal()
1515
}
1616
dependencies {
17-
classpath "com.vanniktech:gradle-code-quality-tools-plugin:0.16.0"
17+
classpath "com.vanniktech:gradle-code-quality-tools-plugin:0.17.0"
1818
}
1919
}
2020

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.17.0-SNAPSHOT
2+
VERSION_NAME=0.17.0
33

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

0 commit comments

Comments
 (0)