top-k
This commit is contained in:
17
k8s-dvfs/build.gradle
Normal file
17
k8s-dvfs/build.gradle
Normal file
@@ -0,0 +1,17 @@
|
||||
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'
|
||||
]
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user