Fixed first-time packaging issue in build script
This commit is contained in:
@@ -36,6 +36,10 @@ task packageZip(type: Zip) {
|
||||
archiveVersion = project.version
|
||||
}
|
||||
|
||||
doFirst {
|
||||
mkdir 'build/packages'
|
||||
}
|
||||
|
||||
from 'build/tmp/packaging/workingDir'
|
||||
destinationDirectory = file('build/packages')
|
||||
}
|
||||
|
Reference in New Issue
Block a user