Introduce palantir java format#44
Merged
Merged
Conversation
Contributor
Signed-off-by: Fredrik Fornwall <fredrik@fornwall.net>
- Gradle wrapper 9.4.1 -> 9.6.1 - JUnit 5.14.3 -> 6.1.2 - actions/checkout v6 -> v7 - Test on JDK 26 in CI - Enable -Xlint:all and fix all resulting warnings - Silence javadoc missing-comment noise while keeping other doclint checks - Add settings.gradle.kts pinning the project name Signed-off-by: Fredrik Fornwall <fredrik@fornwall.net>
The signing onlyIf predicate captured the Project instance, which the configuration cache does not allow. Compute the decision when the task graph is ready and store it in a property instead. The nexus publish plugin marks its own tasks as incompatible, so sonatype publishing keeps working with the configuration cache disabled for that build. Signed-off-by: Fredrik Fornwall <fredrik@fornwall.net>
Weekly grouped updates for GitHub actions and Gradle dependencies and plugins. Signed-off-by: Fredrik Fornwall <fredrik@fornwall.net>
Owner
Author
|
Also bumped gradle version and dependencies, enabled the gradle configuration cache, bumped GitHub actions and enabled dependabot. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Introduce https://github.com/palantir/palantir-java-format and enforce it (CI will fail on unformatted code, which can be fixed by
./gradlew spotlessApply).@dwalluck (as you have done recent changes):
0.12.0release?