File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change 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
1616plugins {
17- id 'io.nextflow.nextflow-plugin' version '0.0.1-alpha5 '
17+ id 'io.nextflow.nextflow-plugin' version '0.0.1-alpha6 '
1818}
1919
2020dependencies {
@@ -81,3 +81,16 @@ pluginManagement {
8181}
8282```
83833 . 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+ ```
You can’t perform that action at this time.
0 commit comments