Upgrade Gradle setup

This commit is contained in:
Pascal Hartig
2021-05-21 12:55:52 +01:00
parent 816180245f
commit b338cdc502
12 changed files with 10 additions and 385 deletions

View File

@@ -9,5 +9,3 @@ apply plugin: 'java'
sourceCompatibility = '1.7'
targetCompatibility = '1.7'
apply from: rootProject.file('gradle/release.gradle')