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

Improvement: Better import from intellij #120

Merged
merged 5 commits into from
Jan 10, 2020
Merged

Conversation

dansanduleac
Copy link
Contributor

Before this PR

Currently when importing the a gradle project from IntelliJ, it sets up some tasks to run before sync using the idea-ext-plugin.

However, these sync hooks can't be programmatically removed later, and also the workflow is quite weird in that IntelliJ has to open a Run tab to run these every time you sync, which is distracting.

After this PR

==COMMIT_MSG==
When importing a gradle project with com.palantir.java-format-idea from IntelliJ, eagerly configure the necessary XML files in .idea rather than relying on unwieldy IntelliJ task triggers.
==COMMIT_MSG==

Possible downsides?

@policy-bot policy-bot bot requested a review from ferozco January 10, 2020 12:04
# Conflicts:
#	gradle-palantir-java-format/src/main/groovy/com/palantir/javaformat/gradle/UpdateIntellijXmlTask.java
@dansanduleac dansanduleac changed the title Improvement: Better import from intellij Better import from intellij Jan 10, 2020
@dansanduleac dansanduleac changed the title Better import from intellij Improvement: Better import from intellij Jan 10, 2020
@bulldozer-bot bulldozer-bot bot merged commit a23c9d2 into develop Jan 10, 2020
@bulldozer-bot bulldozer-bot bot deleted the ds/after-sync branch January 10, 2020 12:54
@svc-autorelease
Copy link
Collaborator

Released 0.3.10

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.

3 participants