Skip to content

Commit

Permalink
warning for incompatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Lauri Pajunen committed Jan 16, 2018
1 parent 33658f3 commit 3e5ef28
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -5,3 +5,4 @@ nb-configuration.xml
.project
.idea
.settings
push.sh
5 changes: 3 additions & 2 deletions pom.xml
Expand Up @@ -37,8 +37,9 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.7.0</version>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
<source>${java.version}</source>
<target>${java.version}</target>
<compatibleSinceVersion>1.0</compatibleSinceVersion>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 3e5ef28

Please sign in to comment.