Skip to content

Commit d3df860

Browse files
committed
fix: nextflow version
1 parent e619974 commit d3df860

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ jobs:
5757
architecture: x64
5858
distribution: 'temurin'
5959

60+
- name: Check files
61+
run: |
62+
ls -lisah plugins/nf-cws/src/resources/nf-cws/
63+
6064
- name: Compile
6165
run: ./gradlew assemble
6266

plugins/nf-cws/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ sourceSets {
3434
}
3535

3636
ext{
37-
nextflowVersion = '24.11.0-edge'
37+
nextflowVersion = '25.02.0-edge'
3838
}
3939

4040
dependencies {

0 commit comments

Comments
 (0)