Skip to content

Commit

Permalink
Downgrade java version
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferya authored Nov 16, 2019
1 parent c444b44 commit 6971c25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@

<properties>
<netbeans.hint.deploy.server>Tomcat</netbeans.hint.deploy.server>
<maven.compiler.source>13</maven.compiler.source>
<maven.compiler.target>13</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>

</project>

0 comments on commit 6971c25

Please sign in to comment.