Skip to content
This repository was archived by the owner on Jan 18, 2024. It is now read-only.

Commit b19176f

Browse files
committed
Fix maven enforcer blocking Java 21
1 parent 13fb386 commit b19176f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
<version>${java.runtime.version}</version>
186186
</requireJavaVersion>
187187
<requireActiveProfile>
188-
<profiles>java8,java11,java17</profiles>
188+
<profiles>java8,java11,java17,java21</profiles>
189189
<all>false</all>
190190
</requireActiveProfile>
191191
</rules>

0 commit comments

Comments
 (0)