Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
julianmendez committed Dec 29, 2019
1 parent df47d37 commit ddba1e0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
</modules>

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

<scala.version.binary>2.13</scala.version.binary>
<scala.version>2.13.1</scala.version>
Expand Down Expand Up @@ -117,6 +117,7 @@
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<sourcepath>${project.build.directory}/genjavadoc/</sourcepath>
<javadocVersion>1.8</javadocVersion>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit ddba1e0

Please sign in to comment.