We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fe0523 commit f70e87cCopy full SHA for f70e87c
build.gradle
@@ -6,6 +6,9 @@ apply plugin: 'java'
6
apply plugin: 'maven'
7
apply plugin: 'maven-publish'
8
9
+sourceCompatibility = 1.6
10
+targetCompatibility = 1.6
11
+
12
group 'com.transloadit.sdk'
13
version = '0.0.1'
14
0 commit comments