Skip to content

Commit 0273b40

Browse files
committed
Fixing nf-tower load in AuthCommand
Signed-off-by: jorgee <[email protected]>
1 parent 4bdf462 commit 0273b40

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

plugins/nf-tower/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ plugins {
1515
}
1616

1717
nextflowPlugin {
18-
nextflowVersion = '25.07.0-edge'
18+
nextflowVersion = '25.08.0-edge'
1919

2020
provider = "${nextflowPluginProvider}"
2121
description = 'Integrates with Seqera Platform for comprehensive workflow monitoring, resource tracking, and cache management capabilities'
@@ -25,6 +25,7 @@ nextflowPlugin {
2525
'io.seqera.tower.plugin.TowerConfig',
2626
'io.seqera.tower.plugin.TowerFactory',
2727
'io.seqera.tower.plugin.TowerFusionToken',
28+
'io.seqera.tower.plugin.cli.AuthCommandImpl'
2829
]
2930
}
3031

plugins/nf-tower/src/main/io/seqera/tower/plugin/cli/AuthCommandImpl.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import java.nio.file.StandardOpenOption
1414

1515
@Slf4j
1616
@CompileStatic
17-
class TowerAuthCommand implements CmdAuth.AuthCommand {
17+
class AuthCommandImpl implements CmdAuth.AuthCommand {
1818

1919
static final Map<String, String> SEQERA_ENDPOINTS = [
2020
'prod': 'https://api.cloud.seqera.io',

0 commit comments

Comments
 (0)