Skip to content

Commit

Permalink
use jdk 14
Browse files Browse the repository at this point in the history
  • Loading branch information
hqnghi88 committed Dec 27, 2020
1 parent e717e34 commit f277014
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
12 changes: 6 additions & 6 deletions msi.gama.parent/pom.xml
Expand Up @@ -374,8 +374,8 @@
<version>${tycho.version}</version>
<configuration>
<debug>false</debug>
<source>11</source>
<target>11</target>
<source>14</source>
<target>14</target>
<compilerArgument>-warn:+discouraged,forbidden</compilerArgument>
<useProjectSettings>false</useProjectSettings>
<generatedSourcesDirectory>gaml</generatedSourcesDirectory>
Expand All @@ -388,8 +388,8 @@
<version>${tycho.version}</version>
<extensions>true</extensions>
<configuration>
<source>11</source>
<target>11</target>
<source>14</source>
<target>14</target>
<!--<compilerArgument>-proc:none</compilerArgument> -->
<annotationProcessors>
<annotationProcessor>msi.gama.precompiler.GamaProcessor</annotationProcessor>
Expand Down Expand Up @@ -594,8 +594,8 @@
<version>3.8.1</version>
<configuration>
<compilerId>eclipse</compilerId>
<source>11</source>
<target>11</target>
<source>14</source>
<target>14</target>
<encoding>${project.build.sourceEncoding}</encoding>
<showWarnings>true</showWarnings>
<showDeprecation>true</showDeprecation>
Expand Down
12 changes: 6 additions & 6 deletions msi.gama.processor/pom.xml
Expand Up @@ -111,17 +111,17 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<configuration>
<source>11</source>
<target>11</target>
<source>14</source>
<target>14</target>
</configuration>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-compiler-plugin</artifactId>
<version>2.1.0</version>
<configuration>
<source>11</source>
<target>11</target>
<source>14</source>
<target>14</target>
<compilerArgument>-warn:+discouraged,forbidden</compilerArgument>
<useProjectSettings>false</useProjectSettings>
</configuration>
Expand All @@ -132,8 +132,8 @@
<version>2.1.0</version>
<extensions>true</extensions>
<configuration>
<source>11</source>
<target>11</target>
<source>14</source>
<target>14</target>
<compilerArgument>-proc:none</compilerArgument>
</configuration>
<!-- FIX the JDT core due to bug in tycho https://www.eclipse.org/forums/index.php/t/1068443/ -->
Expand Down
12 changes: 6 additions & 6 deletions ummisco.gama.annotations/pom.xml
Expand Up @@ -110,17 +110,17 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<configuration>
<source>11</source>
<target>11</target>
<source>14</source>
<target>14</target>
</configuration>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-compiler-plugin</artifactId>
<version>2.1.0</version>
<configuration>
<source>11</source>
<target>11</target>
<source>14</source>
<target>14</target>
</configuration>
</plugin>
<plugin>
Expand All @@ -129,8 +129,8 @@
<version>2.1.0</version>
<extensions>true</extensions>
<configuration>
<source>11</source>
<target>11</target>
<source>14</source>
<target>14</target>
<compilerArgument>-proc:none</compilerArgument>
</configuration>
<!-- FIX the JDT core due to bug in tycho https://www.eclipse.org/forums/index.php/t/1068443/ -->
Expand Down

0 comments on commit f277014

Please sign in to comment.