Skip to content

Commit

Permalink
Fix the GH workflow build for JDK 21 plus to include Helidon (#303)
Browse files Browse the repository at this point in the history
* Fix the GH workflow build for JDK 21 plus to include Helidon
  • Loading branch information
rob-bygrave authored Oct 16, 2023
1 parent 2b9f3cc commit 19e5677
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@
</modules>
</profile>
<profile>
<id>jdk19plus</id>
<id>jdk21plus</id>
<activation>
<jdk>[20,21]</jdk>
<jdk>[21,22]</jdk>
</activation>
<modules>
<module>http-generator-helidon</module>
Expand Down
4 changes: 2 additions & 2 deletions tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@

<profiles>
<profile>
<id>jdk20plus</id>
<id>jdk21plus</id>
<activation>
<jdk>21</jdk>
<jdk>[21,22]</jdk>
</activation>
<modules>
<module>test-nima</module>
Expand Down

0 comments on commit 19e5677

Please sign in to comment.