Skip to content

Commit 7130d35

Browse files
committed
Update readme
Signed-off-by: Paolo Di Tommaso <[email protected]>
1 parent cbb65eb commit 7130d35

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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 '1.0.1-beta4'
17+
id 'io.nextflow.nextflow-plugin' version '1.0.0-beta.5'
1818
}
1919
2020
dependencies {
@@ -35,11 +35,6 @@ nextflowPlugin {
3535
'com.example.ExampleObserver',
3636
'com.example.ExampleFunctions'
3737
]
38-
39-
registry {
40-
url = 'https://registry.nextflow.io/api'
41-
authToken = project.findProperty('registry_access_token')
42-
}
4338
}
4439
```
4540

0 commit comments

Comments
 (0)