Skip to content

Commit

Permalink
Merge pull request #1584 from gaol/enforce_jdk8_for_2.2
Browse files Browse the repository at this point in the history
[UNDERTOW-2376] Enforce to build using JDK8 for 2.2.x branch
  • Loading branch information
fl4via committed Apr 19, 2024
2 parents c72db34 + 95712b5 commit 00b0d8f
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 00b0d8f

Please sign in to comment.