Skip to content

Commit

Permalink
[UNDERTOW-2376] Enforce build of 2.2.x with JDK8
Browse files Browse the repository at this point in the history
  • Loading branch information
gaol committed Apr 19, 2024
1 parent 02fa346 commit 95712b5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -598,6 +598,9 @@
<name>release</name>
</property>
</activation>
<properties>
<jdk.min.version>[1.8, 9)</jdk.min.version>
</properties>
<modules>
<module>dist</module>
</modules>
Expand Down

0 comments on commit 95712b5

Please sign in to comment.