Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Menu
Open sidebar
termapps
termoneplus
Commits
a39af121
Commit
a39af121
authored
Jan 17, 2018
by
Roumen Petrov
Browse files
add "clean" task
parent
0c19d1cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
build.gradle
View file @
a39af121
...
...
@@ -28,6 +28,10 @@ allprojects {
}
}
task
clean
(
type:
Delete
)
{
delete
rootProject
.
buildDir
}
task
wrapper
(
type:
Wrapper
)
{
gradleVersion
=
'4.4.1'
distributionUrl
=
"https://services.gradle.org/distributions/gradle-${gradleVersion}-bin.zip"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment