Skip to content

Commit 2f62b01

Browse files
committed
Splitting things into separate jars
1 parent f57251d commit 2f62b01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ allprojects {
2121
subprojects {
2222
apply plugin: 'maven'
2323
apply plugin: 'java'
24-
// apply plugin: 'findbugs'
24+
apply plugin: 'findbugs'
2525

2626
sourceCompatibility = JavaVersion.VERSION_1_7
2727
repositories {

0 commit comments

Comments
 (0)