Java 8 is the minimum version

This commit is contained in:
Laurent Clouet
2020-07-25 20:05:20 +02:00
committed by GitHub
parent 4dba9ebf94
commit a7269ab15b

View File

@@ -9,8 +9,8 @@ buildscript {
apply plugin: 'java' apply plugin: 'java'
apply plugin: 'com.github.johnrengelman.shadow' apply plugin: 'com.github.johnrengelman.shadow'
sourceCompatibility = '1.7' sourceCompatibility = '1.8'
targetCompatibility = '1.7' targetCompatibility = '1.8'
compileJava { compileJava {
// Suppress warnings about internal api usage - https://stackoverflow.com/a/19553686/6238618 // Suppress warnings about internal api usage - https://stackoverflow.com/a/19553686/6238618