Commit d973e442 authored by Nikolay Igotti's avatar Nikolay Igotti

Remove dependencies in clean task.

parent 09c6c5b8
...@@ -504,6 +504,12 @@ afterEvaluate { ...@@ -504,6 +504,12 @@ afterEvaluate {
disable() disable()
} }
} }
tasks.named("clean").configure {
doLast {
delete(skiko.dependenciesDir)
}
}
} }
publishing { publishing {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment