Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Upgrade to processors 3.1.0 from 3.0.1 caused certain annotation processors to no longer appear on classpath #126

Open
mglazer opened this issue Sep 5, 2019 · 0 comments

Comments

@mglazer
Copy link

mglazer commented Sep 5, 2019

What happened?

A number of our internal projects (please message me directly for the internal URLs) took an upgrade to processors 3.1.0. This caused our annotation processing in IntelliJ to fail for all members of the team. Rough reproduction:

buildscript {
    repositories {
        maven {
            url 'https://artifactory/artifactory/release-jar'
        }
    }

    dependencies {
        classpath 'gradle.plugin.org.inferred:gradle-processors:3.1.0'
    }
}


repositories {
    maven {
        url 'https://artifactory/artifactory/all-jar'
    }
}

apply plugin: "java"
apply plugin: 'org.inferred.processors'

dependencies {
    annotationProcessor "com.palantir.acme:auto-service-processor:1.7.0"
}

We believe this to be caused by:

https://github.com/palantir/gradle-processors/pull/113/files#diff-2a62c8fabf6321047e155acf59a6f8aeL243-R275

What did you want to happen?

Annotation processors in IntelliJ should work.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant