We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b511c95 commit 91f33e5Copy full SHA for 91f33e5
build.gradle
@@ -19,7 +19,6 @@ buildscript {
19
classpath 'com.palantir.javaformat:gradle-palantir-java-format:2.69.0'
20
classpath 'com.palantir.gradle.revapi:gradle-revapi:1.8.0'
21
classpath 'com.palantir.suppressible-error-prone:gradle-suppressible-error-prone:2.11.0'
22
- classpath 'gradle.plugin.org.inferred:gradle-processors:3.7.0'
23
classpath 'me.champeau.jmh:jmh-gradle-plugin:0.7.3'
24
}
25
@@ -50,7 +49,6 @@ allprojects {
50
49
51
subprojects {
52
apply plugin: 'java-library'
53
- apply plugin: 'org.inferred.processors'
54
55
tasks.withType(Checkstyle).configureEach {
56
enabled = false
0 commit comments