gradle-baseline icon indicating copy to clipboard operation
gradle-baseline copied to clipboard

A set of Gradle plugins that configure default code quality tools for developers.

Results 159 gradle-baseline issues
Sort by recently updated
recently updated
newest added

## Before this PR JUnit 5 excavator https://github.com/palantir/gradle-baseline/pull/2487 is broken ## After this PR ==COMMIT_MSG== Fix junit5 excavator ==COMMIT_MSG== ## Possible downsides?

merge when ready
no changelog

## What happened? On internal repo "foundry/magritte-runtimes" for "roomba/format-gradle", the excavator is failing with this message: ``` Step 'eclipse groovy formatter' found problem in 'agent-util.gradle': Multiple problems detected during step...

## What happened? A code review flagged that this line should be in `UPPER_SNAKE_CASE`: ``` static final String emptyContents = ""; ``` If we care about this, it should be...

## What happened? Baseline-Idea fails to load because of [this check](https://github.com/palantir/gradle-baseline/blob/daf19767c244a2bbd435cec5796b3edc85bb79bb/gradle-baseline-java/src/main/groovy/com/palantir/baseline/plugins/BaselineIdea.groovy#L297). You cant get the copyright or config files, or any gradle tasks, because you cant initialize gradle if `apply...

![image](https://user-images.githubusercontent.com/16960988/198182645-16dd29f1-ce39-48ef-9e96-a716a388da3a.png)

###### _excavator_ is a bot for automating changes across repositories. Changes produced by the roomba/gradle8-pr check. To enable or disable this check, please contact the maintainers of Excavator.

merge when ready
no changelog

## Before this PR ## After this PR Part of the Gradle JDK automanagement workflow see: https://github.com/palantir/gradle-jdks/issues/333 Required by: https://github.com/palantir/gradle-jdks/pull/341 Adding a `javaVersions` property `jdkToolchainsAutoManagement`. When enabled (via gradle-jdks), the...

do not merge

Our internal upgrade automation tool attempts to run `./gradlew checkClassUniqueness --fix`, but `--fix` is not a valid option for `checkClassUniqueness`. This results in a number of failing automated upgrades. This...

autorelease
no changelog

## Before this PR We've seen this deadlock issue on a service where this package was the root cause. Adding an errorprone rule for this. Full description of issue is...

## What happened? Users want to run a specific command to update just the classpath uniqueness lock file, instead of `--write-locks` which updates all files. ## What did you want...