You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
25
32
26
33
### Thanks to
27
34
@@ -168,7 +175,7 @@ Look it and decide if you need it.
168
175
$ gradlew check
169
176
```
170
177
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
172
179
build failures on travis. Moreover, it's easy to always keep everything clean instead of doing it before release.
0 commit comments