Skip to content

Commit a49e018

Browse files
james-baker-aerajshiell
authored andcommitted
Add 10.25.1 to checkstyle-idea.properties
1 parent 04358d0 commit a49e018

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/main/resources/checkstyle-idea.properties

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ checkstyle.versions.supported = \
44
9.0.1, 9.1, 9.2.1, 9.3, \
55
10.0, 10.1, 10.2, 10.3.4, 10.4, 10.5.0, 10.6.0, 10.7.0, 10.8.1, 10.9.3, \
66
10.10.0, 10.12.7, 10.13.0, 10.14.2, 10.15.0, 10.16.0, 10.17.0, 10.18.2, 10.19.0, \
7-
10.20.2, 10.21.3, 10.22.0, 10.23.0, 10.24.0, 10.25.0
7+
10.20.2, 10.21.3, 10.22.0, 10.23.0, 10.24.0, 10.25.1
88

99
# The "base version" must be one of the versions listed above. The sources are compiled against this version, so it is
1010
# the dependency shown in the IDE and the runtime used when unit tests are run from the IDE or via 'runCsaccessTests'.
@@ -39,7 +39,8 @@ checkstyle.versions.map = \
3939
10.20.1 -> 10.20.2, \
4040
10.21.0 -> 10.21.3, \
4141
10.21.1 -> 10.21.3, \
42-
10.21.2 -> 10.21.3
42+
10.21.2 -> 10.21.3, \
43+
10.25.0 -> 10.25.1
4344

4445
# Maps dependencies to compatible versions, allowing us to save archive space where the dependencies
4546
# are sufficiently compatible.

0 commit comments

Comments
 (0)