Browse Source
Java version move from 11 to 8, due to workflow failure
pull/3816/head
mandlil
10 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with
10 additions and
10 deletions
-
java/pom.xml
-
tools/java/common/pom.xml
-
tools/java/cpp-build/pom.xml
-
tools/java/data/pom.xml
-
tools/java/java-build/pom.xml
|
|
|
@ -167,8 +167,8 @@ |
|
|
|
<artifactId>maven-compiler-plugin</artifactId> |
|
|
|
<version>3.11.0</version> |
|
|
|
<configuration> |
|
|
|
<source>11</source> |
|
|
|
<target>11</target> |
|
|
|
<source>8</source> |
|
|
|
<target>8</target> |
|
|
|
<encoding>UTF-8</encoding> |
|
|
|
</configuration> |
|
|
|
</plugin> |
|
|
|
|
|
|
|
@ -31,8 +31,8 @@ |
|
|
|
<artifactId>maven-compiler-plugin</artifactId> |
|
|
|
<version>3.11.0</version> |
|
|
|
<configuration> |
|
|
|
<source>11</source> |
|
|
|
<target>11</target> |
|
|
|
<source>8</source> |
|
|
|
<target>8</target> |
|
|
|
<encoding>UTF-8</encoding> |
|
|
|
</configuration> |
|
|
|
</plugin> |
|
|
|
|
|
|
|
@ -27,8 +27,8 @@ |
|
|
|
<artifactId>maven-compiler-plugin</artifactId> |
|
|
|
<version>3.11.0</version> |
|
|
|
<configuration> |
|
|
|
<source>11</source> |
|
|
|
<target>11</target> |
|
|
|
<source>8</source> |
|
|
|
<target>8</target> |
|
|
|
<encoding>UTF-8</encoding> |
|
|
|
</configuration> |
|
|
|
</plugin> |
|
|
|
|
|
|
|
@ -49,8 +49,8 @@ |
|
|
|
<artifactId>maven-compiler-plugin</artifactId> |
|
|
|
<version>3.11.0</version> |
|
|
|
<configuration> |
|
|
|
<source>11</source> |
|
|
|
<target>11</target> |
|
|
|
<source>8</source> |
|
|
|
<target>8</target> |
|
|
|
<encoding>UTF-8</encoding> |
|
|
|
</configuration> |
|
|
|
</plugin> |
|
|
|
|
|
|
|
@ -49,8 +49,8 @@ |
|
|
|
<artifactId>maven-compiler-plugin</artifactId> |
|
|
|
<version>3.11.0</version> |
|
|
|
<configuration> |
|
|
|
<source>11</source> |
|
|
|
<target>11</target> |
|
|
|
<source>8</source> |
|
|
|
<target>8</target> |
|
|
|
<encoding>UTF-8</encoding> |
|
|
|
</configuration> |
|
|
|
</plugin> |
|
|
|
|