Skip to content

Commit

Permalink
the consumer needed a component compatible with Java 17
Browse files Browse the repository at this point in the history
'testFixturesApiElements' capability io.nextflow:nf-commons-test-fixtures:23.10.0 declares a component, compatible with Java 19
  • Loading branch information
drernie committed Oct 15, 2023
1 parent d1d1835 commit cae6ed6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ If a plugin is not yet available in the NextFlow plugin registry, you can use a
From the command-line, do, e.g.:

```bash
# export NXF_VER=23.04.3
# export NXF_VER=23.10.0
export NXF_PLUGINS_TEST_REPOSITORY=https://github.com/quiltdata/nf-quilt/releases/download/0.7.0/nf-quilt-0.7.0-meta.json
nextflow run main.nf -plugins [email protected]
```
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
23.04.3
23.10.0
2 changes: 1 addition & 1 deletion example.env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export NXF_VER=23.04.3
export NXF_VER=23.10.0
export TOWER_ACCESS_TOKEN=eyxxxxxxxxxxxxxxxQ1ZTE=
export TOWER_WORKSPACE_ID=000000000000000

0 comments on commit cae6ed6

Please sign in to comment.