Преглед изворни кода

Merge pull request #473 from shifujun/fix_bytecode_version

Fix bytecode compatible back to 52(JDK8)
tags/rel_3_30_2_ga
Shigeru Chiba пре 4 месеци
родитељ
комит
fe634f3aad
No account linked to committer's email address
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>

Loading…
Откажи
Сачувај