Skip to content

Commit

Permalink
Get rid of a compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
onyxbits committed May 12, 2018
1 parent 223bb2a commit 82af041
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -20,8 +20,8 @@ apply plugin: 'edu.sc.seis.launch4j'


// Settings
sourceCompatibility = 1.6
targetCompatibility = 1.6
//sourceCompatibility = 1.7
targetCompatibility = 1.7



Expand Down

0 comments on commit 82af041

Please sign in to comment.