Skip to content

Commit 91ca0ec

Browse files
committed
Update readme [ci skip]
Signed-off-by: Paolo Di Tommaso <[email protected]>
1 parent b9936dc commit 91ca0ec

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Gradle plugin for Nextflow
22

3-
> [!WARNING]
4-
> This plugin is in early active development, please use `nextflow-io/nf-hello` for production usage for now.
5-
63
This is a [Gradle](https://gradle.org/) plugin for building [Nextflow](https://www.nextflow.io/) plugins.
74

85
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:
1411

1512
```gradle
1613
plugins {
17-
id 'io.nextflow.nextflow-plugin' version '1.0.0-beta.5'
14+
id 'io.nextflow.nextflow-plugin' version '1.0.0-beta.9'
1815
}
1916
2017
dependencies {

0 commit comments

Comments
 (0)