Add description to task in vagrant build

This commit is contained in:
Nik Everett 2016-08-23 09:57:45 -04:00
parent c13513ed61
commit e22074c97f

View File

@ -129,6 +129,8 @@ Set<String> getVersions() {
}
task updatePackagingTestUpgradeFromVersions {
group 'Verification'
description 'Update file containing options for the\n "starting" version in the "upgrade from" packaging tests.'
doLast {
Set<String> versions = getVersions()
new File(project.projectDir, 'versions').text = versions.join('\n') + '\n'