We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 490d73a commit fe38723Copy full SHA for fe38723
pom.xml
@@ -10,6 +10,8 @@
10
<description>A barebones WebSocket client and server implementation written 100% in Java</description>
11
<url>https://github.com/TooTallNate/Java-WebSocket</url>
12
<properties>
13
+ <maven.compiler.target>1.8</maven.compiler.target>
14
+ <maven.compiler.source>1.8</maven.compiler.source>
15
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
16
<slf4j.version>2.0.16</slf4j.version>
17
0 commit comments