Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Commit

Permalink
Merge pull request #208 from novoda/develop
Browse files Browse the repository at this point in the history
Merge develop into master to trigger 1.1 release
  • Loading branch information
mr-archano authored Oct 24, 2019
2 parents 26d042c + 848237d commit 7fd5098
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Change Log
==========

[Version 1.1](https://github.com/novoda/gradle-static-analysis-plugin/releases/tag/v1.1)
--------------------------

- Add support for Ktlint Plugin: `9.0.0`. Thanks [Adam McNeilly](https://github.com/AdamMc331) for the contribution [PR#202](https://github.com/novoda/gradle-static-analysis-plugin/pull/202)
- Update project to use Gradle 5.6.3. [PR#203](https://github.com/novoda/gradle-static-analysis-plugin/pull/203)
- Note: Minimum supported Gradle version is still 4.x (tested with 4.3.1)
- Update docs [PR#194](https://github.com/novoda/gradle-static-analysis-plugin/pull/194)

[Version 1.0](https://github.com/novoda/gradle-static-analysis-plugin/releases/tag/v1.0)
--------------------------
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.novoda:gradle-static-analysis-plugin:1.0'
classpath 'com.novoda:gradle-static-analysis-plugin:1.1'
}
}
Expand All @@ -63,7 +63,7 @@ or from the [Gradle Plugins Repository](https://plugins.gradle.org/):

```gradle
plugins {
id 'com.novoda.static-analysis' version '1.0'
id 'com.novoda.static-analysis' version '1.1'
}
```
Expand Down Expand Up @@ -107,8 +107,8 @@ repositories {
You can find the latest snapshot version following this [link](https://bintray.com/novoda-oss/snapshots/gradle-static-analysis-plugin/_latestVersion).

## Roadmap
The plugin is under active development. It is routinely used by many Novoda projects and
by other external projects with no known critical issues.

Future improvements can be found on the repository's
This project is routinely used by many Novoda projects and by other external projects with no known critical issues.

Future improvements and new tool integrations can be found on the repository's
[issue tracker](https://github.com/novoda/gradle-static-analysis-plugin/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement).
2 changes: 1 addition & 1 deletion gradle/publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ext {
websiteUrl = 'https://github.com/novoda/gradle-static-analysis-plugin'
}

version = '1.0'
version = '1.1'
groovydoc.docTitle = 'Static Analysis Plugin'

apply plugin: 'com.novoda.build-properties'
Expand Down

0 comments on commit 7fd5098

Please sign in to comment.