Skip to content

Commit

Permalink
[BugFix][Spark] Fix compile error under JDK8 and maven 3.9.x (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxiaocs7 authored Aug 3, 2023
1 parent db82be6 commit 198c884
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
<PermGen>512m</PermGen>
<MaxPermGen>1024m</MaxPermGen>
<spark.version>3.2.2</spark.version>
<maven.compiler.release>8</maven.compiler.release>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<cupid.sdk.version>3.3.8-public</cupid.sdk.version>
Expand Down

0 comments on commit 198c884

Please sign in to comment.