Skip to content
Snippets Groups Projects
Commit 856b61d2 authored by birkhoff's avatar birkhoff
Browse files

gradle install now triggers customBuild.xml from de.bmotionstudio.help

parent 32e71b33
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,15 @@ apply from: 'tycho_build.gradle'
// Local tasks
task bMotionStudioHelpCustumBuild(type: Exec){
commandLine 'ant', '-f','de.bmotionstudio.help/customBuild.xml'
}
install.dependsOn bMotionStudioHelpCustumBuild
project(':de.prob.core') {
repositories {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment