Build: Make run task you full zip distribution

This change makes `gradle run` use the full zip distribution. Arguably
we could make it do the same when run inside plugins, but I started out
with this simple change. I am open to moving it into the RunTask itself
so that plugins will do this as well.
This commit is contained in:
Ryan Ernst 2016-05-13 16:36:26 -07:00
parent 8f82fa9a58
commit d6f3d85925

View File

@ -409,7 +409,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