Skip to content

Commit 9583bf2

Browse files
gautamjainJuan Ignacio Ubeira
authored andcommitted
Improve node launching for rosrun (rosjava#43)
* Improving node launching for rosrun.
1 parent c4d8aaf commit 9583bf2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/rosjava_build_tools/templates/rosjava_project/build.gradle.in

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,10 @@ dependencies {
4040
/* compile project(':sibling_gradle_project') */
4141
}
4242

43+
task cleanScripts(dependsOn: 'installDist') {
44+
doLast {
45+
file('build/scripts').deleteDir()
46+
}
47+
}
48+
49+
installDist.finalizedBy(cleanScripts)

0 commit comments

Comments
 (0)