Skip to content

Commit 2542e6b

Browse files
committed
Prepare version 0.15.0
1 parent 44fd3e1 commit 2542e6b

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

CHANGELOG.md

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

3-
Version 0.15.0 *(In development)*
4-
---------------------------------
3+
Version 0.15.0 *(2018-12-25)*
4+
-----------------------------
5+
6+
- Fix Findbugs with Android Gradle Plugin 3.2.x [\#164](https://github.com/vanniktech/gradle-code-quality-tools-plugin/pull/164) ([vanniktech](https://github.com/vanniktech))
7+
- Verify that Detekt 1.0.0-RC12 works. [\#163](https://github.com/vanniktech/gradle-code-quality-tools-plugin/pull/163) ([vanniktech](https://github.com/vanniktech))
8+
- Remove sudo: false from travis config. [\#162](https://github.com/vanniktech/gradle-code-quality-tools-plugin/pull/162) ([vanniktech](https://github.com/vanniktech))
9+
- Verify that Detekt 1.0.0-RC11 works. [\#161](https://github.com/vanniktech/gradle-code-quality-tools-plugin/pull/161) ([vanniktech](https://github.com/vanniktech))
10+
- Fix Kotlin only projects without Android Gradle Plugin. [\#159](https://github.com/vanniktech/gradle-code-quality-tools-plugin/pull/159) ([vanniktech](https://github.com/vanniktech))
11+
- Use org.gradle.util.VersionNumber instead of com.android.ide.common.repository.GradleVersion [\#158](https://github.com/vanniktech/gradle-code-quality-tools-plugin/pull/158) ([vanniktech](https://github.com/vanniktech))
512

613
Version 0.14.0 *(2018-11-06)*
714
-----------------------------

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.14.0"
17+
classpath "com.vanniktech:gradle-code-quality-tools-plugin:0.15.0"
1818
}
1919
}
2020

gradle.properties

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

44
POM_ARTIFACT_ID=gradle-code-quality-tools-plugin
55
POM_NAME=Gradle Code Quality Tools Plugin
@@ -18,4 +18,4 @@ POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt
1818
POM_LICENCE_DIST=repo
1919

2020
POM_DEVELOPER_ID=vanniktech
21-
POM_DEVELOPER_NAME=Niklas Baudy
21+
POM_DEVELOPER_NAME=Niklas Baudy

0 commit comments

Comments
 (0)