Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions nextflow.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: nextflow
version: "24.10.6"
version: "25.04.0"
epoch: 0
description: A DSL for data-driven computational pipelines.
copyright:
Expand Down Expand Up @@ -28,13 +28,9 @@ pipeline:
- uses: git-checkout
with:
repository: https://github.com/nextflow-io/nextflow.git
expected-commit: cad3997dc357a70f44b04ade7c765fe8919faec4
expected-commit: c9bd193ab40ea8ccb7602f86866f9004faaf9fd7
tag: v${{package.version}}

- uses: patch
with:
patches: logback-core-1.5.13.patch commons-io-2.14.0.patch

- runs: |
sed -i 's/jar\.enabled = false/jar.enabled = true/' build.gradle
./gradlew build -x test --no-daemon
Expand Down
15 changes: 0 additions & 15 deletions nextflow/commons-io-2.14.0.patch

This file was deleted.

17 changes: 0 additions & 17 deletions nextflow/logback-core-1.5.13.patch

This file was deleted.

Loading