From 7fb818dc241d024f44b89f50e1214cfa08f7b3ec Mon Sep 17 00:00:00 2001 From: Bruce Eckel Date: Tue, 6 Oct 2020 15:41:25 -0600 Subject: [PATCH] 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. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 09683e46..5349c148 100644 --- a/build.gradle +++ b/build.gradle @@ -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'