Giter VIP home page Giter VIP logo

Comments (6)

alicederyn avatar alicederyn commented on August 22, 2024

Fix released as v1.1.4. Thanks @mavant!

from gradle-processors.

alicederyn avatar alicederyn commented on August 22, 2024

Apparently this fix only fixed a subset of the issues, and may have introduced other problems, so we're rolling back this PR. Reopening bug :(

from gradle-processors.

mavant avatar mavant commented on August 22, 2024

Tagging @jtibshirani and @rjullman; they've also been running into things related to this.

from gradle-processors.

jtibshirani avatar jtibshirani commented on August 22, 2024

We ran into a related issue on Roadrunner where the dagger processor pulled in guava 0.15 as provided, which ended up causing conflicts with our default version (guava 0.18). Looking forward to a fix!

from gradle-processors.

henryptung avatar henryptung commented on August 22, 2024

@ChrisAlice https://github.com/palantir/gradle-processors/blob/master/src/main/groovy/org/inferred/gradle/ProcessorsPlugin.groovy#L103

.minus += [compile/runtime] ?

from gradle-processors.

henryptung avatar henryptung commented on August 22, 2024

Although, to contribute some more semantics to the discussion:

processor is effectively an unnecessary-at-runtime compile-dependency. It compiles code against the library (as an annotation provider) but, by default, does not add it to runtime unless otherwise required by another library.

provided (in IntelliJ terminology) seems to refer to an exclude-from-runtime compile-dependency. It is useful primarily when running in some environment which provides some dependencies, which (to avoid conflicts) should/must be excluded from the built distribution/archive.

from gradle-processors.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.