Skip to content

Commit c58845c

Browse files
authored
chore: lint on JDK 21+ only (#641)
Prepare for Checkstyle to require Java 21 or newer.
1 parent 5f68041 commit c58845c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,9 @@ limitations under the License.
119119
</activation>
120120
</profile>
121121
<profile>
122-
<id>Java 17+</id>
122+
<id>Java 21+</id>
123123
<activation>
124-
<jdk>[17,)</jdk>
124+
<jdk>[21,)</jdk>
125125
</activation>
126126
<build>
127127
<plugins>

0 commit comments

Comments
 (0)