Skip to content

Commit

Permalink
Revert "Remove obsolete comment about JavaParser in WebSockets Next"
Browse files Browse the repository at this point in the history
  • Loading branch information
geoand authored Jun 11, 2024
1 parent 169608b commit 8925b32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion extensions/websockets-next/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@
<properties>
<maven.compiler.target>21</maven.compiler.target>
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.release>21</maven.compiler.release>
<!-- javaparser 3.25.10 used by impsort-maven-plugin does not define the "language level" for 21 -->
<!--maven.compiler.release>21</maven.compiler.release-->
</properties>
<build>
<plugins>
Expand Down

0 comments on commit 8925b32

Please sign in to comment.