Skip to content

Commit

Permalink
[CORE] Remove fixed 1.8 Java compiler version in module gluten-ut-com…
Browse files Browse the repository at this point in the history
…mon (apache#6825)
  • Loading branch information
zhztheplayer authored and shamirchen committed Oct 14, 2024
1 parent 45991bc commit 04f73a7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions gluten-ut/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
<executions>
<execution>
<phase>compile</phase>
Expand Down

0 comments on commit 04f73a7

Please sign in to comment.