Skip to content

Commit fbf0e6f

Browse files
committed
Update readme [ci skip]
Signed-off-by: Paolo Di Tommaso <[email protected]>
1 parent e65536c commit fbf0e6f

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

Makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,8 @@ publish-index:
7575
install:
7676
./gradlew copyPluginZip
7777
rm -rf ${HOME}/.nextflow/plugins/nf-sqldb-${version}
78-
cp -r build/plugins/nf-sqldb-${version} ${HOME}/.nextflow/plugins/nf-sqldb-${version}
78+
cp -r build/plugins/nf-sqldb-${version} ${HOME}/.nextflow/plugins/nf-sqldb-${version}
79+
80+
81+
publish-jar:
82+
./gradlew plugins:nf-sqldb:publishMavenPublicationToMavenRepository

README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -239,13 +239,3 @@ The `CSVREAD` function provided by the H2 database engine allows you to query an
239239
Like all dataflow operators in Nextflow, the operators provided by this plugin are executed asynchronously.
240240

241241
In particular, data inserted using the `sqlInsert` operator is _not_ guaranteed to be available to any subsequent queries using the `fromQuery` operator, as it is not possible to make a channel factory operation dependent on some upstream operation.
242-
243-
## Development
244-
245-
### Publish artifacts to Maven repo
246-
247-
Use the following command:
248-
249-
```
250-
./gradlew plugins:nf-sqldb:publishMavenPublicationToMavenRepository
251-
```

0 commit comments

Comments
 (0)