Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant