Skip to content

Commit

Permalink
jdk 1.8 and spark 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sonalgoyal committed Mar 30, 2023
1 parent 6ffa45e commit 3e49fb4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pom.xml
Expand Up @@ -65,7 +65,6 @@
<profile>
<id>spark-3.1</id>
<activation>
<activeByDefault>true</activeByDefault>
<property>
<name>spark</name>
<value>3.1</value>
Expand Down Expand Up @@ -116,8 +115,8 @@
<zingg.version>0.3.5-SNAPSHOT</zingg.version>
<skipTests>false</skipTests>
<failIfNoTests>false</failIfNoTests>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<mcheckstyle.version>2.10</mcheckstyle.version>
<mfindbugs.version>2.5.2</mfindbugs.version>
Expand Down

0 comments on commit 3e49fb4

Please sign in to comment.