Description: Ignore the google-java-format plugin
Author: Emmanuel Bourg <ebourg@apache.org>
Forwarded: not-needed
--- a/build.gradle
+++ b/build.gradle
@@ -31,7 +31,6 @@
   dependencies { classpath 'org.netbeans.tools:sigtest-maven-plugin:1.5' }
 }
 
-plugins { id 'com.diffplug.spotless' version "6.23.3" apply false }
 plugins { id 'me.champeau.jmh' version '0.7.2' apply false }
 plugins { id 'org.sonarqube' version '4.3.1.3277' apply false }
 
@@ -185,14 +184,6 @@
 // All projects are checked with googleJavaFormat, Checkstyle and PMD, 
 // and tested with :asm-test and JUnit.
 subprojects {
-  apply plugin: 'com.diffplug.spotless'
-  spotless {
-    java {
-      target '**/*.java'
-      targetExclude 'src/resources/java/**/*'
-      googleJavaFormat('1.18.1')
-    }
-  }
   
   // Check the coding style with Checkstyle. Fail in case of error or warning.
   apply plugin: 'checkstyle'
