Archived
0

Maven -> Gradle

This commit is contained in:
2018-04-22 19:44:59 +03:00
parent 9c00210c46
commit dc98890113
4 changed files with 51 additions and 141 deletions

8
.gitignore vendored
View File

@@ -6,5 +6,9 @@ out/
*.iws
*.ids
## MAVEN ##
target/
## GRADLE ##
.gradle/
build/
gradle/
gradlew
gradlew.*