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 52f4a1d commit 373aff9Copy full SHA for 373aff9
README.md
@@ -10,7 +10,7 @@
10
11
# 项目环境
12
- 本项目采用maven多模块构建。
13
-- JDK1.8
+- JDK11
14
- netty4.1.42
15
16
# 项目依赖
pom.xml
@@ -37,8 +37,8 @@
37
38
<properties>
39
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
40
- <maven.compiler.source>1.8</maven.compiler.source>
41
- <maven.compiler.target>1.8</maven.compiler.target>
+ <maven.compiler.source>11</maven.compiler.source>
+ <maven.compiler.target>11</maven.compiler.target>
42
<!--核心包start-->
43
<gameCore.version>2019.1</gameCore.version>
44
<!--核心包end-->
@@ -204,6 +204,7 @@
204
<compilerArgs>
205
<arg>-XDignore.symbol.file</arg>
206
</compilerArgs>
207
+ <fork>true</fork>
208
</configuration>
209
</plugin>
210
</plugins>
0 commit comments