We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3a7af90 + 449fd64 commit 5df12aaCopy full SHA for 5df12aa
1 file changed
build.gradle
@@ -27,6 +27,8 @@ allprojects {
27
apply plugin: 'java'
28
group = 'com.snowplowanalytics'
29
version = '0.5.1'
30
+ sourceCompatibility = '1.6'
31
+ targetCompatibility = '1.6'
32
repositories {
33
// Use 'maven central' for resolving our dependencies
34
mavenCentral()
0 commit comments