Skip to content

Commit

Permalink
checkstyle 8.33 -> 8.36.1 (#1496)
Browse files Browse the repository at this point in the history
checkstyle 8.33 -> 8.36.1
  • Loading branch information
iamdanfox authored Sep 18, 2020
1 parent daaa1cd commit c785e79
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
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

0 comments on commit c785e79

Please sign in to comment.