Skip to content

Commit

Permalink
chore(common): Update the default checkstyle version as well
Browse files Browse the repository at this point in the history
  • Loading branch information
zml2008 committed Aug 28, 2023
1 parent a26b008 commit 06ebd75
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is part of indra, licensed under the MIT License.
*
* Copyright (c) 2020-2022 KyoriPowered
* Copyright (c) 2020-2023 KyoriPowered
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down Expand Up @@ -62,7 +62,7 @@
public class IndraExtensionImpl implements IndraExtension {

private static final Logger LOGGER = Logging.getLogger(IndraExtensionImpl.class);
private static final String DEFAULT_CHECKSTYLE_VERSION = "9.3";
private static final String DEFAULT_CHECKSTYLE_VERSION = "10.12.3";

private final Property<ContinuousIntegration> ci;
private final Property<Issues> issues;
Expand Down

0 comments on commit 06ebd75

Please sign in to comment.