mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-29 19:38:29 +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 {
|
task updatePackagingTestUpgradeFromVersions {
|
||||||
|
group 'Verification'
|
||||||
|
description 'Update file containing options for the\n "starting" version in the "upgrade from" packaging tests.'
|
||||||
doLast {
|
doLast {
|
||||||
Set<String> versions = getVersions()
|
Set<String> versions = getVersions()
|
||||||
new File(project.projectDir, 'versions').text = versions.join('\n') + '\n'
|
new File(project.projectDir, 'versions').text = versions.join('\n') + '\n'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user