diff options
Diffstat (limited to 'gradle/convention.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 1a609b0..ed20c86 100644 --- a/gradle/convention.gradle +++ b/gradle/convention.gradle @@ -1,4 +1,5 @@ apply plugin: 'java' // Plugin as major conventions, overwrites status +apply plugin: 'errorprone' sourceCompatibility = 1.5 targetCompatibility = 1.5 |