Skip to content

Commit

Permalink
using sourceCompatibility since the targetCompatibility cannot be lower
Browse files Browse the repository at this point in the history
  • Loading branch information
andreacalia committed May 16, 2018
1 parent b44ff77 commit 4bb89d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ plugins {
id 'com.jfrog.bintray' version '1.7.3'
}

targetCompatibility = JavaVersion.VERSION_1_8
sourceCompatibility = JavaVersion.VERSION_1_8

if (DEPLOYMENT) {
println 'Applying deployment scripts'
Expand Down

0 comments on commit 4bb89d2

Please sign in to comment.