switch to gradle

This commit is contained in:
destro174
2021-09-11 19:14:34 +02:00
parent eeb3094946
commit 412003f5cd
8 changed files with 423 additions and 140 deletions
+49 -6
View File
@@ -1,7 +1,50 @@
.idea/
*.iml
*.bat
dependency-reduced-pom.xml
#
.idea
run
.gradle/
build/
# Eclipse stuff
.classpath
.project
.settings/
# VSCode stuff
.vscode/
# netbeans
nbproject/
nbactions.xml
# we use maven!
build.xml
# maven
target/
src/test/
src/main/resources/
dependency-reduced-pom.xml
# vim
.*.sw[a-p]
# various other potential build files
build/
bin/
dist/
manifest.mf
# Mac filesystem dust
.DS_Store/
.DS_Store
# intellij
*.iml
*.ipr
*.iws
.idea/
out/
# Linux temp files
*~
!gradle/wrapper/gradle-wrapper.jar