fix gitignore

This commit is contained in:
CaiHQ 2021-09-26 12:58:28 +08:00
parent 3a69faa69b
commit ec71d3fcd3
2 changed files with 3 additions and 0 deletions

2
.gitignore vendored
View File

@ -1,3 +1,5 @@
/build/
*/build/*
# Compiled class file # Compiled class file
*.class *.class
.DS_Store .DS_Store

View File

@ -21,6 +21,7 @@ sourceSets {
} }
} }
} }
sourceCompatibility = 1.8
dependencies { dependencies {
api project(":gmhelper") api project(":gmhelper")