Skip to content

Commit 92afd35

Browse files
committed
Fix #3254
1 parent 4e7cd9a commit 92afd35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@
225225
<!-- Build Record tests using Java 14 if JDK is available -->
226226
<id>java14+</id>
227227
<activation>
228-
<jdk>[14,</jdk>
228+
<jdk>[14,)</jdk>
229229
</activation>
230230
<build>
231231
<plugins>

0 commit comments

Comments
 (0)