Skip to content

Commit 34788ab

Browse files
committed
Fixes #162
1 parent 872a9d0 commit 34788ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)