Skip to content

Commit 639661e

Browse files
committed
Update readme
Signed-off-by: Paolo Di Tommaso <[email protected]>
1 parent 3b1fab3 commit 639661e

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Nextflow plugin Gradle plugin
1+
# Gradle plugin for Nextflow
22

33
> [!WARNING]
44
> This plugin is in early active development, please use `nextflow-io/nf-hello` for production usage for now.
@@ -14,7 +14,7 @@ Apply and configure this plugin in your `build.gradle` file, for example:
1414

1515
```gradle
1616
plugins {
17-
id 'io.nextflow.nextflow-plugin' version '0.0.1-alpha5'
17+
id 'io.nextflow.nextflow-plugin' version '0.0.1-alpha6'
1818
}
1919
2020
dependencies {
@@ -81,3 +81,16 @@ pluginManagement {
8181
}
8282
```
8383
3. Apply the configuration, as described above
84+
85+
86+
87+
## Development of Gradle plugin for Nextflow
88+
89+
To release this plugin include the [Gradle plugins registry](https://plugins.gradle.org) API keys in your `gradle.properties`.
90+
91+
Then use this command:
92+
93+
94+
```
95+
./gradlew publishPlugins
96+
```

0 commit comments

Comments
 (0)