Skip to content

Commit 46306e8

Browse files
Force release by jdk 21 at least
1 parent 5b54276 commit 46306e8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,5 +213,11 @@
213213
</plugins>
214214
</build>
215215
</profile>
216+
<profile>
217+
<id>plexus-release</id>
218+
<properties>
219+
<minimalJavaBuildVersion>21</minimalJavaBuildVersion>
220+
</properties>
221+
</profile>
216222
</profiles>
217223
</project>

0 commit comments

Comments
 (0)