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

Delete eclipse idea #619

Closed
wants to merge 4 commits into from
Closed

Conversation

rougsig
Copy link
Collaborator

@rougsig rougsig commented Oct 6, 2022

Background
Our plugin uses a deprecated API to configure IDEs. Actually the logic of the IDEs is to take the source declared in the gradle source sets. They do it well, we don't need to add additional configuration to the IDEs on our plugin side.

Changes
Remove IDEs support logic. IDEs support still exists, from gradle side.

Test plan
Green pipelines. IDEs still know about source sets.

References
gradle/gradle#22233
https://github.com/JetBrains/intellij-community/blob/master/plugins/gradle/testSources/org/jetbrains/plugins/gradle/util/GradleContentRootContributorTest.java

@rougsig rougsig force-pushed the delete-eclipse-idea branch from cde3e34 to 3736bd0 Compare October 6, 2022 14:09
@rougsig
Copy link
Collaborator Author

rougsig commented Oct 10, 2022

It's ready, but I'd rather leave it for the 0.10.0 release.

@rougsig rougsig closed this Jan 4, 2023
@ejona86
Copy link
Collaborator

ejona86 commented Jan 4, 2023

With #636 this may be even easier, as we can create the folders earlier because we don't have to wait for the configuration to complete.

(I'm not saying to change this PR, but that once both the PRs are merged we could move the mkdir())

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.

2 participants