-
Notifications
You must be signed in to change notification settings - Fork 134
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
Improve coordination between java-versions and idea ipr #2012
Conversation
Generate changelog in
|
👍 |
Awesome thanks @carterkozak |
Released 4.50.0 |
###### _excavator_ is a bot for automating changes across repositories. Changes produced by the roomba/latest-baseline-oss check. # Release Notes ## 4.47.0 | Type | Description | Link | | ---- | ----------- | ---- | | Fix | Gradle plugins don't enforce PublicConstructorForAbstractClass which can break gradle injection | palantir/gradle-baseline#2009 | ## 4.48.0 | Type | Description | Link | | ---- | ----------- | ---- | | Improvement | Disable errorprone in intellij | palantir/gradle-baseline#2010 | ## 4.49.0 | Type | Description | Link | | ---- | ----------- | ---- | | Improvement | Allow projects to override library auto-detection | palantir/gradle-baseline#2011 | ## 4.50.0 | Type | Description | Link | | ---- | ----------- | ---- | | Improvement | Improve coordination between java-versions and idea ipr allowing project iprs to be successfully imported | palantir/gradle-baseline#2012 | To enable or disable this check, please contact the maintainers of Excavator.
import org.gradle.plugins.ide.idea.model.IdeaLanguageLevel | ||
import org.gradle.plugins.ide.idea.model.IdeaModule | ||
import org.gradle.plugins.ide.idea.model.Jdk | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what happened with the imports here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't have a formatter for groovy that automatically cleans up imports.
Before this PR
ipr imports failed to build due to skewed bytecode versions, requiring manual edits to ipr files and UI costomization.
After this PR
"it just works"
==COMMIT_MSG==
Improve coordination between java-versions and idea ipr allowing project iprs to be successfully imported
==COMMIT_MSG==
Possible downsides?
I don't actually know groovy, and write java with a different extension. I suspect there's some clever syntax that makes this easier ¯_(ツ)_/¯