various changes

This commit is contained in:
2026-09-08 10:35:18 +02:00
parent 4188bea061
commit dfae78af71
2871 changed files with 280 additions and 732763 deletions

View File

@@ -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"