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

Modify configs earlier; Support sourceCompatibility #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mwhipple
Copy link
Contributor

Moved projectsEvaluated back to where it was, which seems to work now :/.
Allow use on new JDKs when sourceCompatibility is set to supported version.
Defer to sourceCompatibility default use of JavaVersion.

Moved projectsEvaluated back to where it was, which seems to work now :/.
Allow use on new JDKs when sourceCompatibility is set to supported version.
Defer to sourceCompatibility default use of JavaVersion.
if (!userConfig.checkers.empty) {
compile.options.compilerArgs << "-processor" << userConfig.checkers.join(",")
}
project.gradle.projectsEvaluated {
Copy link
Contributor Author

@mwhipple mwhipple Jan 29, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems like using this hook shouldn't be needed given the behavior of the TaskContainer/DomainObjectCollection#withType below, but tests start failing without it (maybe an issue with other defaults clobbering these values or something).

@kelloggm
Copy link

kelloggm commented Feb 5, 2019

I'm the original reporter of #13, and I just tested this out myself and it looks fantastic. Thanks :)

@kelloggm
Copy link

Is there a time table for when this will be merged and a new release will come out? Let me know if there's anything I can do to help.

@jaredsburrows
Copy link
Owner

Can you update this so we can merge it?

@mwhipple
Copy link
Contributor Author

mwhipple commented Jan 4, 2021

sure thing, I'll grab some time this week to dust this off

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

Successfully merging this pull request may close these issues.

3 participants