18 lines
368 B
Groovy
18 lines
368 B
Groovy
plugins {
|
|
id 'io.nextflow.nextflow-plugin' version '1.0.0-beta.15'
|
|
}
|
|
|
|
version = '0.1.0'
|
|
|
|
nextflowPlugin {
|
|
nextflowVersion = '25.10.0'
|
|
|
|
provider = 'recreational.tech'
|
|
className = 'recreationaltech.plugin.K8sDvfsPlugin'
|
|
extensionPoints = [
|
|
'recreationaltech.plugin.K8sDvfsExtension',
|
|
'recreationaltech.plugin.K8sDvfsFactory'
|
|
]
|
|
|
|
}
|