various changes
This commit is contained in:
@@ -5,7 +5,7 @@ plugins {
|
||||
version = '0.1.0'
|
||||
|
||||
nextflowPlugin {
|
||||
nextflowVersion = '26.04.0'
|
||||
nextflowVersion = '26.04.6'
|
||||
|
||||
provider = 'recreational.tech'
|
||||
className = 'recreationaltech.plugin.K8sPlugin'
|
||||
@@ -36,9 +36,10 @@ dependencies {
|
||||
//compileOnly project(':nextflow')
|
||||
compileOnly 'org.slf4j:slf4j-api:2.0.17'
|
||||
compileOnly 'org.pf4j:pf4j:3.14.1'
|
||||
compileOnly 'dev.failsafe:failsafe:3.3.2'
|
||||
|
||||
api 'org.bouncycastle:bcprov-ext-jdk18on:1.78.1'
|
||||
api 'org.bouncycastle:bcpkix-jdk18on:1.84'
|
||||
implementation 'org.bouncycastle:bcprov-ext-jdk18on:1.78.1'
|
||||
implementation 'org.bouncycastle:bcpkix-jdk18on:1.84'
|
||||
|
||||
//testImplementation(testFixtures(project(":nextflow")))
|
||||
testImplementation "org.apache.groovy:groovy:4.0.31"
|
||||
|
||||
Reference in New Issue
Block a user