Skip to content

Commit 73e9845

Browse files
authored
Use plugin registry (#50)
1 parent ee4f77f commit 73e9845

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

build.gradle

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
plugins {
3-
id 'io.nextflow.nextflow-plugin' version '0.0.1-alpha3'
3+
id 'io.nextflow.nextflow-plugin' version '1.0.0-beta.6'
44
}
55

66
version = '1.5.0'
@@ -14,15 +14,4 @@ nextflowPlugin {
1414
'nextflow.prov.ProvConfig',
1515
'nextflow.prov.ProvObserverFactory'
1616
]
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-
}
2817
}

0 commit comments

Comments
 (0)