Skip to content

Commit 6a8eb14

Browse files
authoredAug 12, 2018
Use java 1.8 compatibilty
1 parent 1012fb2 commit 6a8eb14

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ apply plugin: 'java'
22
apply plugin: 'eclipse'
33
apply plugin: 'maven'
44

5-
sourceCompatibility = 1.9
6-
targetCompatibility = 1.9
5+
sourceCompatibility = 1.8
6+
targetCompatibility = 1.8
77

8-
version = '0.1'
8+
version = '1.0'
99
group = "ajermakovics"
1010
archivesBaseName = "lambda2sql"
1111
jar.baseName = archivesBaseName

0 commit comments

Comments
 (0)
Please sign in to comment.