We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77621ee commit e7aa927Copy full SHA for e7aa927
build.gradle
@@ -1,7 +1,8 @@
1
apply plugin: 'java'
2
apply plugin: 'maven'
3
apply plugin: 'application'
4
-apply plugin: 'findbugs'
+//apply plugin: 'findbugs' -- findbugs does not work with java version 9
5
+
6
7
repositories {
8
mavenCentral()
0 commit comments