Skip to content

Commit c5bfb95

Browse files
committed
update docs
1 parent a96a6fb commit c5bfb95

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
### 2.2.0 (2016-09-09)
12
* Update gradle 2.12 -> 3.0
23
* Update gradle-java-lib-plugin 1.0.1 -> 1.0.4
34
* Update gradle-animalsniffer-plugin 1.0.1 -> 1.2.0

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,14 @@ Features:
2121
* Code quality checks ([checkstyle](http://checkstyle.sourceforge.net/), [pmd](http://pmd.sourceforge.net/), [findbugs](http://findbugs.sourceforge.net/))
2222
* [Release process](https://github.com/researchgate/gradle-release#introduction) (like maven release)
2323

24-
Requires jdk7 or above.
24+
Requires jdk8 or above (due to checkstyle [requirement](http://checkstyle.sourceforge.net/releasenotes.html#Release_7.0)). But actual library could target any java level (jdk8 is only required for build).
25+
26+
### Known issue
27+
28+
Gradle 2.13+ has a [bug with console input](https://issues.gradle.org/browse/GRADLE-3446). As a result,
29+
during release version confirm questions are [not visible](https://github.com/researchgate/gradle-release/issues/185).
30+
31+
Issue is not blocking and only affects release process: simply hit enter for questions (and be sure version in properties file is correct).
2532

2633
### Thanks to
2734

@@ -168,7 +175,7 @@ Look it and decide if you need it.
168175
$ gradlew check
169176
```
170177

171-
Runs code quality plugins. If quality checks were activated (asked during generation) do check before pushing to avoid
178+
Runs code quality plugins and tests. If quality checks were activated (asked during generation) do check before pushing to avoid
172179
build failures on travis. Moreover, it's easy to always keep everything clean instead of doing it before release.
173180

174181
```bash

0 commit comments

Comments
 (0)