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 ee4f77f commit 73e9845Copy full SHA for 73e9845
build.gradle
@@ -1,6 +1,6 @@
1
2
plugins {
3
- id 'io.nextflow.nextflow-plugin' version '0.0.1-alpha3'
+ id 'io.nextflow.nextflow-plugin' version '1.0.0-beta.6'
4
}
5
6
version = '1.5.0'
@@ -14,15 +14,4 @@ nextflowPlugin {
14
'nextflow.prov.ProvConfig',
15
'nextflow.prov.ProvObserverFactory'
16
]
17
-
18
- publishing {
19
- github {
20
- repository = 'nextflow-io/nf-prov'
21
- userName = project.findProperty('github_username')
22
- authToken = project.findProperty('github_access_token')
23
- email = project.findProperty('github_commit_email')
24
25
- indexUrl = 'https://github.com/nextflow-io/plugins/blob/main/plugins.json'
26
- }
27
28
0 commit comments