Skip to content

Commit

Permalink
Prepare version 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vanniktech committed Aug 30, 2018
1 parent 5362f50 commit 32d0f91
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Change Log

Version 0.13.0 *(In development)*
---------------------------------
Version 0.13.0 *(2018-08-30)*
-----------------------------

- Detekt: Ignore build directory. [\#148](https://github.com/vanniktech/gradle-code-quality-tools-plugin/pull/148) ([vanniktech](https://github.com/vanniktech))
- Detekt: Add Kotlin Script file support. [\#147](https://github.com/vanniktech/gradle-code-quality-tools-plugin/pull/147) ([vanniktech](https://github.com/vanniktech))
- Add checkDependencies extension point for Lint. [\#146](https://github.com/vanniktech/gradle-code-quality-tools-plugin/pull/146) ([vanniktech](https://github.com/vanniktech))
- Apply LintPlugin to Java projects to leverage lint from non-android projects. [\#145](https://github.com/vanniktech/gradle-code-quality-tools-plugin/pull/145) ([vanniktech](https://github.com/vanniktech))
- Add checkTestSources extension point for Lint. [\#144](https://github.com/vanniktech/gradle-code-quality-tools-plugin/pull/144) ([vanniktech](https://github.com/vanniktech))
- Update Gradle Wrapper to 4.9 [\#143](https://github.com/vanniktech/gradle-code-quality-tools-plugin/pull/143) ([vanniktech](https://github.com/vanniktech))
- Regression: Run detektCheck as part of check task. [\#140](https://github.com/vanniktech/gradle-code-quality-tools-plugin/pull/140) ([vanniktech](https://github.com/vanniktech))

Version 0.12.0 *(2018-06-24)*
-----------------------------
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ buildscript {
gradlePluginPortal()
}
dependencies {
classpath "com.vanniktech:gradle-code-quality-tools-plugin:0.12.0"
classpath "com.vanniktech:gradle-code-quality-tools-plugin:0.13.0"
}
}
Expand Down
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,7 @@ pluginBundle {
vcsUrl = POM_SCM_URL

plugins {
codeQualityTools {
id = 'com.vanniktech.code.quality.tools'
codeQualityToolsPlugin {
displayName = POM_NAME
tags = ['gradle', 'android', 'java', 'findbugs', 'pmd', 'cpd', 'detekt', 'kotlin', 'ktlint', 'checkstyle', 'errorprone', 'multiprojects', 'app module', 'library module', 'lint']
description = POM_DESCRIPTION
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.13.0-SNAPSHOT
VERSION_NAME=0.13.0

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

0 comments on commit 32d0f91

Please sign in to comment.