Skip to content

Commit 37e524e

Browse files
DreierFxzel23
authored andcommitted
Fixes #162
1 parent 872a9d0 commit 37e524e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/groovy/org/beryx/runtime/impl/RuntimeZipTaskImpl.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ abstract class RuntimeZipTaskImpl extends BaseTaskImpl<RuntimeZipTaskData> {
4848
}
4949
}
5050

51-
private void createZip(File imageDir, File zipFile) {
51+
protected void createZip(File imageDir, File zipFile) {
5252
def parentPath = imageDir.parentFile.toPath()
5353
project.ant.zip(destfile: zipFile, duplicate: 'fail') {
5454
imageDir.eachFileRecurse { f ->

0 commit comments

Comments
 (0)