We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8e1022 commit a665293Copy full SHA for a665293
indra-common/src/main/java/net/kyori/indra/internal/IndraExtensionImpl.java
@@ -51,7 +51,7 @@
51
52
public class IndraExtensionImpl implements IndraExtension {
53
54
- private static final String DEFAULT_CHECKSTYLE_VERSION = "8.42";
+ private static final String DEFAULT_CHECKSTYLE_VERSION = "9.3";
55
56
private final Property<ContinuousIntegration> ci;
57
private final Property<Issues> issues;
0 commit comments