Skip to content

Commit

Permalink
Merge pull request quarkusio#41096 from geoand/websockets-next-java21
Browse files Browse the repository at this point in the history
Remove obsolete comment about JavaParser in WebSockets Next
  • Loading branch information
geoand authored Jun 10, 2024
2 parents 8c35618 + f86d662 commit 974f4b9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions extensions/websockets-next/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,7 @@
<properties>
<maven.compiler.target>21</maven.compiler.target>
<maven.compiler.source>21</maven.compiler.source>
<!-- javaparser 3.25.10 used by impsort-maven-plugin does not define the "language level" for 21 -->
<!--maven.compiler.release>21</maven.compiler.release-->
<maven.compiler.release>21</maven.compiler.release>
</properties>
<build>
<plugins>
Expand Down

0 comments on commit 974f4b9

Please sign in to comment.