Skip to content
Snippets Groups Projects
Commit 9583bf20 authored by Gautam Jain's avatar Gautam Jain Committed by Juan Ignacio Ubeira
Browse files

Improve node launching for rosrun (#43)

* Improving node launching for rosrun.
parent c4d8aafe
No related branches found
No related tags found
No related merge requests found
......@@ -40,3 +40,10 @@ dependencies {
/* compile project(':sibling_gradle_project') */
}
task cleanScripts(dependsOn: 'installDist') {
doLast {
file('build/scripts').deleteDir()
}
}
installDist.finalizedBy(cleanScripts)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment