Просмотр исходного кода

Fix bytecode compatible back to 52(JDK8)

This project need JDK 11 to compile, but target to JDK 8.

IDEA need uncheck "use --release" in Preferences |
Build, Execution, Deployment | Compiler | Java Compiler
, to build success.

fix #470
tags/rel_3_30_2_ga
shifujun 4 месяцев назад
Родитель
Сommit
dc5aefedf1
1 измененных файлов: 2 добавлений и 2 удалений
  1. 2
    2
      pom.xml

+ 2
- 2
pom.xml Просмотреть файл

@@ -151,8 +151,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.2</version>
<configuration>
<source>11</source>
<target>11</target>
<source>1.8</source>
<target>1.8</target>
<testSource>11</testSource>
<testTarget>11</testTarget>
<testCompilerArgument>-parameters</testCompilerArgument>

Загрузка…
Отмена
Сохранить