Skip to content
Snippets Groups Projects
Commit 9382af5d 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@14677 1434b563-b632-4741-aa49-43a3a8374d2e
parent cc76cdbe
No related branches found
No related tags found
No related merge requests found
......@@ -39,12 +39,17 @@ task deleteOldArtifacts(type: Delete) {
delete updateSite
}
task collectArtifacts(type:Copy) {
task collectArtifacts() << {
copy {
from workspacePath+groupID+'.feature/build/'
into workspacePath+'current'
}
copy {
from workspacePath+groupID+'.repository/target/repository/'
into workspacePath+'updatesite'
}
copy {
from "index.html"
into workspacePath+'updatesite'
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment