Skip to content

Commit

Permalink
全线更新java21,并将部分内容接入虚拟线程
Browse files Browse the repository at this point in the history
  • Loading branch information
boybook committed Nov 9, 2024
1 parent 1ffe976 commit 69c00dd
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions src/easechat-client-j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<version>1.0-SNAPSHOT</version>

<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

Expand Down Expand Up @@ -66,18 +66,4 @@
</plugins>
</build>

<profiles>
<profile>
<id>java21</id>

<activation>
<jdk>21</jdk>
</activation>

<properties>
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
</properties>
</profile>
</profiles>
</project>

0 comments on commit 69c00dd

Please sign in to comment.