mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-24 17:09:48 +00:00
Add description to task in vagrant build
This commit is contained in:
parent
c13513ed61
commit
e22074c97f
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user