Skip to content

Commit

Permalink
Remove 4.1 and 4.2 support tests for JDK10
Browse files Browse the repository at this point in the history
Gradle 4.1 and 4.2 aren't compatible with version numbers like 10.0.1 or
9.0.4. It worked with 10, but since the patch came out it highlighted
the issue. Now 9 and 10 support is in sync with each other.
  • Loading branch information
ajoberstar committed Apr 25, 2018
1 parent 14e86a5 commit fc92b89
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
12 changes: 0 additions & 12 deletions reckon-gradle/.stutter/java10.lock

This file was deleted.

3 changes: 0 additions & 3 deletions reckon-gradle/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ stutter {
java(9) {
compatibleRange '4.2.1'
}
java(10) {
compatibleRange '4.1'
}
}

pluginBundle {
Expand Down

0 comments on commit fc92b89

Please sign in to comment.