Merge pull request #18344 from rjernst/run_distro
Build: Make run task you full zip distribution
This commit is contained in:
commit
17de294460
|
@ -413,7 +413,9 @@ task updateShas(type: UpdateShasTask) {
|
|||
parentTask = dependencyLicenses
|
||||
}
|
||||
|
||||
task run(type: RunTask) {}
|
||||
task run(type: RunTask) {
|
||||
distribution = 'zip'
|
||||
}
|
||||
|
||||
/**
|
||||
* Build some variables that are replaced in the packages. This includes both
|
||||
|
|
Loading…
Reference in New Issue