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

Improve coordination between java-versions and idea ipr #2012

Merged
merged 2 commits into from
Dec 7, 2021

Conversation

carterkozak
Copy link
Contributor

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 ¯_(ツ)_/¯

@changelog-app
Copy link

changelog-app bot commented Dec 7, 2021

Generate changelog in changelog/@unreleased

Type

  • Feature
  • Improvement
  • Fix
  • Break
  • Deprecation
  • Manual task
  • Migration

Description

Improve coordination between java-versions and idea ipr allowing project iprs to be successfully imported

Check the box to generate changelog(s)

  • Generate changelog entry

@carterkozak carterkozak requested a review from CRogers December 7, 2021 23:19
@ferozco
Copy link
Contributor

ferozco commented Dec 7, 2021

👍

@bulldozer-bot bulldozer-bot bot merged commit cb86714 into develop Dec 7, 2021
@ferozco
Copy link
Contributor

ferozco commented Dec 7, 2021

Awesome thanks @carterkozak

@bulldozer-bot bulldozer-bot bot deleted the ckozak/versions branch December 7, 2021 23:28
@svc-autorelease
Copy link
Collaborator

Released 4.50.0

bulldozer-bot bot pushed a commit to palantir/witchcraft-api that referenced this pull request Dec 8, 2021
###### _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.
This was referenced Dec 8, 2021
import org.gradle.plugins.ide.idea.model.IdeaLanguageLevel
import org.gradle.plugins.ide.idea.model.IdeaModule
import org.gradle.plugins.ide.idea.model.Jdk

Copy link
Contributor

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?

Copy link
Contributor

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.

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

Successfully merging this pull request may close these issues.

6 participants