mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-08 23:23:11 -04:00
Add Gradle build file with wrapper configuration
This commit is contained in:
parent
a8c3040fb3
commit
49adf9cc97
2 changed files with 4 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -14,3 +14,5 @@ bitsquare.iml
|
||||||
*.log
|
*.log
|
||||||
*.sw[op]
|
*.sw[op]
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
.gradle
|
||||||
|
build
|
||||||
|
|
2
build.gradle
Normal file
2
build.gradle
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
|
||||||
|
wrapper.gradleVersion = '2.0'
|
Loading…
Add table
Add a link
Reference in a new issue