Skip to content

Commit

Permalink
Bump quiltcore and use workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaryaz committed Sep 18, 2023
1 parent 843d22b commit 016c59f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/nf-quilt/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ ext{

dependencies {
// quiltcore
implementation 'com.quiltdata.quiltcore:quiltcore:0.0.2'
implementation 'com.quiltdata.quiltcore:quiltcore:0.0.3'

// This dependency is exported to consumers, that is to say found on their compile classpath.
compileOnly "io.nextflow:nextflow:$nextflowVersion"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ class QuiltPackage {
Manifest m = builder.build()

try {
m.push(namespace, "nf-quilt:${today()}-${msg}")
m.push(namespace, "nf-quilt:${today()}-${msg}", parsed.workflowName)
} catch (IOException e) {
return 1
}
Expand Down

0 comments on commit 016c59f

Please sign in to comment.