Skip to content
Snippets Groups Projects
Commit 07e1f895 authored by Lukas Ladenberger's avatar Lukas Ladenberger
Browse files

updated build.gradle

git-svn-id: svn://svn.code.sf.net/p/rodin-b-sharp/svn/trunk/Handbook@14673 1434b563-b632-4741-aa49-43a3a8374d2e
parent 59d25c71
No related branches found
No related tags found
No related merge requests found
......@@ -27,9 +27,15 @@ task importPlugin << {
}
}
task deleteOldArtifacts(type: Delete) {
String updateSite = workspacePath+'updatesite'
delete updateSite
}
task collectArtifacts(type:Copy) {
from '../'+groupID+'.repository/target/repository/'
into '../updatesite'
from groupID+'.repository/target/repository/'
into 'updatesite'
from "index.html"
into '../updatesite'
into 'updatesite'
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment