We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e619974 commit d3df860Copy full SHA for d3df860
.github/workflows/build.yml
@@ -57,6 +57,10 @@ jobs:
57
architecture: x64
58
distribution: 'temurin'
59
60
+ - name: Check files
61
+ run: |
62
+ ls -lisah plugins/nf-cws/src/resources/nf-cws/
63
+
64
- name: Compile
65
run: ./gradlew assemble
66
plugins/nf-cws/build.gradle
@@ -34,7 +34,7 @@ sourceSets {
34
}
35
36
ext{
37
- nextflowVersion = '24.11.0-edge'
+ nextflowVersion = '25.02.0-edge'
38
39
40
dependencies {
0 commit comments