Skip to content

Commit

Permalink
Java 7 is not really needed to test
Browse files Browse the repository at this point in the history
  • Loading branch information
rsandell committed Aug 11, 2017
1 parent 511eadc commit d41312f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
@@ -1,6 +1,6 @@
buildPlugin(
platforms: ['linux'],
jdkVersions: [7,8],
jdkVersions: [8],
findbugs: [run: true, archive: true],
checkstyle: [archive: true, unstableTotalAll: 0]
)

0 comments on commit d41312f

Please sign in to comment.