Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Rip out processors plugin for now
  • Loading branch information
iamdanfox committed Aug 22, 2019
commit 87ab1c3298d297cbce9229b07fc21748517fb50b
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ buildscript {
classpath 'com.netflix.nebula:nebula-publishing-plugin:13.2.0'
classpath 'com.palantir.baseline:gradle-baseline-java:1.14.0'
classpath 'com.palantir.gradle.gitversion:gradle-git-version:0.11.0'
classpath 'gradle.plugin.org.inferred:gradle-processors:2.2.0'
classpath 'com.palantir.gradle.consistentversions:gradle-consistent-versions:1.11.2'
classpath "me.champeau.gradle:jmh-gradle-plugin:0.4.7"
}
Expand All @@ -49,7 +48,6 @@ allprojects {

subprojects {
apply plugin: 'java-library'
apply plugin: "org.inferred.processors"

repositories {
jcenter()
Expand Down
2 changes: 0 additions & 2 deletions tracing-jaxrs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
* limitations under the License.
*/

apply plugin: 'org.inferred.processors'

apply from: "${rootDir}/gradle/publish-jar.gradle"

dependencies {
Expand Down