Switch to Gradle

This commit is contained in:
2018-01-28 20:52:02 +02:00
parent eaf490eed3
commit 861dd06286
8 changed files with 325 additions and 132 deletions

7
.gitignore vendored
View File

@@ -15,7 +15,14 @@ hs_err_pid*
# IntelliJ IDEA
*.iml
.idea/
out/
# Maven
target/
dependency-reduced-pom.xml
# Gradle
!gradle-wrapper.jar
.gradle/
build/
*/build/