Skip to content

Commit

Permalink
build: rollback maven compiler version to 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
VGalaxies committed Aug 7, 2023
1 parent b0a6ef6 commit 76d6ba1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions hugegraph-pd/hg-pd-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
<artifactId>hg-pd-common</artifactId>

<properties>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions hugegraph-pd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
</modules>

<properties>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<log4j2.version>2.17.0</log4j2.version>
</properties>

Expand Down

0 comments on commit 76d6ba1

Please sign in to comment.