Skip to content

Commit

Permalink
Use java 1.8 compatibilty
Browse files Browse the repository at this point in the history
  • Loading branch information
ajermakovics authored Aug 12, 2018
1 parent 1012fb2 commit 6a8eb14
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ apply plugin: 'java'
apply plugin: 'eclipse'
apply plugin: 'maven'

sourceCompatibility = 1.9
targetCompatibility = 1.9
sourceCompatibility = 1.8
targetCompatibility = 1.8

version = '0.1'
version = '1.0'
group = "ajermakovics"
archivesBaseName = "lambda2sql"
jar.baseName = archivesBaseName
Expand Down

0 comments on commit 6a8eb14

Please sign in to comment.