We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 872a9d0 commit 34788abCopy full SHA for 34788ab
src/main/groovy/org/beryx/runtime/impl/RuntimeZipTaskImpl.groovy
@@ -48,7 +48,7 @@ abstract class RuntimeZipTaskImpl extends BaseTaskImpl<RuntimeZipTaskData> {
48
}
49
50
51
- private void createZip(File imageDir, File zipFile) {
+ protected void createZip(File imageDir, File zipFile) {
52
def parentPath = imageDir.parentFile.toPath()
53
project.ant.zip(destfile: zipFile, duplicate: 'fail') {
54
imageDir.eachFileRecurse { f ->
0 commit comments