Skip to content

Commit

Permalink
Do not force JDK 11 but rather support it
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed May 5, 2020
1 parent 8ee5b21 commit d145a1d
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
<jetty-plugin-version>9.4.28.v20200408</jetty-plugin-version>
<scala-plugin-version>2.9</scala-plugin-version>
<scala-version>2.9.3</scala-version>
<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>
</properties>

<url>http://fusesource.github.io/${forge-project-id}</url>
Expand Down Expand Up @@ -143,13 +143,8 @@
<version>3.2.0</version>
<configuration>
<source>${maven.compiler.source}</source>
<target>${maven.compiler.source}</target>
<encoding>${project.build.sourceEncoding}</encoding>
<excludePackageNames>*.internal</excludePackageNames>
<linksource>true</linksource>
<links>
<link>https://docs.oracle.com/en/java/javase/11/docs/api</link>
</links>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit d145a1d

Please sign in to comment.