We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7833720 commit 40859a5Copy full SHA for 40859a5
pom.xml
@@ -63,6 +63,8 @@
63
<properties>
64
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
65
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
66
+ <maven.compiler.source>1.8</maven.compiler.source>
67
+ <maven.compiler.target>1.8</maven.compiler.target>
68
69
<scala.compat.version>2.12</scala.compat.version>
70
<spark.version>2.4.4</spark.version>
0 commit comments