Files
ma/k8s-dvfs/build.gradle
2026-08-23 13:06:39 +02:00

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'
]
}