Skip to content

Commit

Permalink
Set target to jdk9
Browse files Browse the repository at this point in the history
  • Loading branch information
safris committed Apr 14, 2018
1 parent f2e52a0 commit fe63330
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
.recommenders/
.settings/
target/
*.iml
.classpath
.project
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
<version>2.1.7-SNAPSHOT</version>
<name>${project.groupId}:${project.artifactId}</name>
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>9</maven.compiler.source>
<maven.compiler.target>9</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<build>
Expand Down

0 comments on commit fe63330

Please sign in to comment.