We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I was recommened com.palantir.java-format from https://github.com/palantir/palantir-java-format#palantir-java-format. I installed the plugin
com.palantir.java-format
apply plugin: 'com.palantir.baseline-format' apply plugin: 'com.palantir.java-format'
I ran the format task
format
Output
Couldn't list copyright directory: C:\git-repositories\jabref\.baseline\copyright
Empty directory lead to > java.util.NoSuchElementException (no error message)
> java.util.NoSuchElementException (no error message)
Directory with just .gitkeep leads to:
.gitkeep
License header must contain year token [${today.year}, /* * */ ]
./gradlew format should work without copyright file
./gradlew format
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What happened?
I was recommened
com.palantir.java-format
from https://github.com/palantir/palantir-java-format#palantir-java-format. I installed the pluginI ran the
format
taskOutput
Empty directory lead to
> java.util.NoSuchElementException (no error message)
Directory with just
.gitkeep
leads to:What did you want to happen?
./gradlew format
should work without copyright fileThe text was updated successfully, but these errors were encountered: