diff --git a/dependency-check-gradle/build.gradle b/dependency-check-gradle/build.gradle index 931e9c767..5f14911ed 100644 --- a/dependency-check-gradle/build.gradle +++ b/dependency-check-gradle/build.gradle @@ -38,6 +38,9 @@ apply plugin: 'maven' apply plugin: 'signing' apply plugin: "com.gradle.plugin-publish" +sourceCompatibility = 1.6 +targetCompatibility = 1.6 + repositories { mavenCentral() }