Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7fb818d

Browse files
committed
Update build.gradle
com.mindviewinc.tagging seems to work now so I've re-enabled it, and this eliminates almost all the errors under JDK8.
1 parent c26727d commit 7fb818d

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
@@ -17,7 +17,7 @@ subprojects {
1717
apply from: "$rootProject.projectDir/gradle/jmh.gradle"
1818
apply from: "$rootProject.projectDir/gradle/checkstyle.gradle"
1919
apply from: "$rootProject.projectDir/gradle/findbugs.gradle"
20-
//apply plugin: 'com.mindviewinc.tagging'
20+
apply plugin: 'com.mindviewinc.tagging'
2121
}
2222

2323
apply from: 'gradle/subprojects.gradle'

0 commit comments

Comments
 (0)