Skip to content

Commit f70e87c

Browse files
build: set compatibility version
1 parent 4fe0523 commit f70e87c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ apply plugin: 'java'
66
apply plugin: 'maven'
77
apply plugin: 'maven-publish'
88

9+
sourceCompatibility = 1.6
10+
targetCompatibility = 1.6
11+
912
group 'com.transloadit.sdk'
1013
version = '0.0.1'
1114

0 commit comments

Comments
 (0)