Open malaskowski opened 4 years ago
Currently, the distribution plugin requires configuring following properties:
distribution
knotx.version
knotx.conf
In case, when some of those properties is dynamic, there is no way to override it from the build script.
Make distribution plugin tasks configurable so that I can use it and override its properties, e.g.:
tasks.register<io.knotx.distribution.Download>("myDownloadDistribution") { version = "2.1.1" outputDir = "$buildDir/distribution" }
Description
Currently, the
distribution
plugin requires configuring following properties:knotx.version
knotx.conf
In case, when some of those properties is dynamic, there is no way to override it from the build script.
What I want
Make distribution plugin tasks configurable so that I can use it and override its properties, e.g.: