Browse Source

Java version move from 11 to 8, due to workflow failure

pull/3816/head
mandlil 10 months ago
committed by GitHub
parent
commit
76f713cf90
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
5 changed files with 10 additions and 10 deletions
  1. +2
    -2
      java/pom.xml
  2. +2
    -2
      tools/java/common/pom.xml
  3. +2
    -2
      tools/java/cpp-build/pom.xml
  4. +2
    -2
      tools/java/data/pom.xml
  5. +2
    -2
      tools/java/java-build/pom.xml

+ 2
- 2
java/pom.xml View File

@ -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>


+ 2
- 2
tools/java/common/pom.xml View File

@ -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>


+ 2
- 2
tools/java/cpp-build/pom.xml View File

@ -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>


+ 2
- 2
tools/java/data/pom.xml View File

@ -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>


+ 2
- 2
tools/java/java-build/pom.xml View File

@ -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>


Loading…
Cancel
Save