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.
This commit is contained in:
Bruce Eckel 2020-10-06 15:41:25 -06:00
parent c26727d7a7
commit 7fb818dc24

View File

@ -17,7 +17,7 @@ subprojects {
apply from: "$rootProject.projectDir/gradle/jmh.gradle"
apply from: "$rootProject.projectDir/gradle/checkstyle.gradle"
apply from: "$rootProject.projectDir/gradle/findbugs.gradle"
//apply plugin: 'com.mindviewinc.tagging'
apply plugin: 'com.mindviewinc.tagging'
}
apply from: 'gradle/subprojects.gradle'