-
Notifications
You must be signed in to change notification settings - Fork 49
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
Recommend intellij plugin #26
Conversation
Generate changelog in
|
...-java-format/src/main/groovy/com/palantir/javaformat/gradle/ConfigureJavaFormatterXml.groovy
Show resolved
Hide resolved
module { | ||
sourceDirs += sourceSets.main.groovy.srcDirs | ||
} | ||
} |
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.
|
||
public class ConfigureExternalDependenciesXml extends UpdateIntellijXmlTask { | ||
public ConfigureExternalDependenciesXml() { | ||
getOutputFile().set(getProject().file(".idea/externalDependencies.xml")); |
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.
rename getOutputFile -> intellijXmlFile or something? emphasise it's not a pure gradle concept
...lantir-java-format/src/main/groovy/com/palantir/javaformat/gradle/UpdateIntellijXmlTask.java
Outdated
Show resolved
Hide resolved
Released 0.2.2 |
Before this PR
After this PR
==COMMIT_MSG==
When using the gradle plugin, users will receive a notification to install the IntelliJ plugin
==COMMIT_MSG==
Possible downsides?