Skip to content

Commit 770d8dc

Browse files
author
Vladimir Kotal
committed
try using jdk activation range with undefined upper end
1 parent 2670ef1 commit 770d8dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

suggester/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
<profile>
121121
<id>java9plus</id>
122122
<activation>
123-
<jdk>[9,18]</jdk>
123+
<jdk>[9,)</jdk>
124124
</activation>
125125
<build>
126126
<plugins>

0 commit comments

Comments
 (0)