Switch to Gradle

This commit is contained in:
2022-01-03 21:27:58 -06:00
parent 88c70e84cc
commit d599b19a9a
22 changed files with 413 additions and 151 deletions

10
.gitignore vendored
View File

@ -1,6 +1,6 @@
/.idea/*
/.idea/
*.iml
/target/*
/target/
# OS
.DS_Store
@ -8,4 +8,8 @@
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
Thumbs.db
# Gradle
/build/
/.gradle/