Skip to content

Commit e7aa927

Browse files
authored
findbugs does not work with Java 9
1 parent 77621ee commit e7aa927

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
apply plugin: 'java'
22
apply plugin: 'maven'
33
apply plugin: 'application'
4-
apply plugin: 'findbugs'
4+
//apply plugin: 'findbugs' -- findbugs does not work with java version 9
5+
56

67
repositories {
78
mavenCentral()

0 commit comments

Comments
 (0)