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