We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9936dc commit 91ca0ecCopy full SHA for 91ca0ec
README.md
@@ -1,8 +1,5 @@
1
# Gradle plugin for Nextflow
2
3
-> [!WARNING]
4
-> This plugin is in early active development, please use `nextflow-io/nf-hello` for production usage for now.
5
-
6
This is a [Gradle](https://gradle.org/) plugin for building [Nextflow](https://www.nextflow.io/) plugins.
7
8
It sets up default dependencies required for integration with Nextflow, and adds some custom gradle tasks
@@ -14,7 +11,7 @@ Apply and configure this plugin in your `build.gradle` file, for example:
14
11
15
12
```gradle
16
13
plugins {
17
- id 'io.nextflow.nextflow-plugin' version '1.0.0-beta.5'
+ id 'io.nextflow.nextflow-plugin' version '1.0.0-beta.9'
18
}
19
20
dependencies {
0 commit comments