blob: 9d8a7015a34fc0f241cf9e12890bb3e240d1281b (
plain)
1
2
3
4
5
6
7
8
|
option('package-name', type : 'string', yield : true,
description : 'package name to use in plugins')
option('package-origin', type : 'string',
value : 'Unknown package origin', yield : true,
description : 'package origin URL to use in plugins')
option('doc', type : 'feature', value : 'auto', yield: true,
description: 'Enable documentation.')
option('tests', type : 'feature', value : 'auto', yield : true)
|