Added examples.
This commit is contained in:
parent
877e4bd622
commit
474263452f
85 changed files with 2429 additions and 107 deletions
7
examples/build.gradle
Normal file
7
examples/build.gradle
Normal file
|
@ -0,0 +1,7 @@
|
|||
task clean(type: Delete) {
|
||||
doFirst {
|
||||
delete fileTree(".") {
|
||||
include "*.properties"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue