diff options
Diffstat (limited to 'gradle')
-rw-r--r-- | gradle/convention.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gradle/convention.gradle b/gradle/convention.gradle index 9ea6f59..1a609b0 100644 --- a/gradle/convention.gradle +++ b/gradle/convention.gradle @@ -1,6 +1,7 @@ apply plugin: 'java' // Plugin as major conventions, overwrites status sourceCompatibility = 1.5 +targetCompatibility = 1.5 // GRADLE-2087 workaround, perform after java plugin status = project.hasProperty('preferredStatus')?project.preferredStatus:(version.contains('SNAPSHOT')?'snapshot':'release') |