Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions changelog/@unreleased/pr-1496.v2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
type: improvement
improvement:
description: checkstyle 8.33 -> 8.36.1, which enables support for new language features
like `records`.
links:
- https://github.com/palantir/gradle-baseline/pull/1496
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
/** Configures the Gradle "checkstyle" task with Baseline settings. */
public final class BaselineCheckstyle extends AbstractBaselinePlugin {

private static final String DEFAULT_CHECKSTYLE_VERSION = "8.33";
private static final String DEFAULT_CHECKSTYLE_VERSION = "8.36.1";

@Override
public void apply(Project project) {
Expand Down