Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.maint.java > #11592
| From | Andreas Tille <andreas@an3as.eu> |
|---|---|
| Newsgroups | linux.debian.maint.java |
| Subject | Re: [covid-19] Gradle help for nextflow needed |
| Date | 2020-04-30 13:20 +0200 |
| Message-ID | <A1fot-5xs-5@gated-at.bofh.it> (permalink) |
| References | <A0upA-1yG-3@gated-at.bofh.it> <A1fot-5xs-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Hi Andrius and Benedict,
thanks to you both for your answers!
On Thu, Apr 30, 2020 at 06:01:45AM +0300, merkys@debian.org wrote:
>
> ------------------------8<------------------------
> plugins {
> id "io.codearte.nexus-staging" version "0.21.2"
> }
> ------------------------8<------------------------
>
> and
>
> ------------------------8<------------------------
> nexusStaging {
> packageGroup = 'io.nextflow'
> delayBetweenRetriesInMillis = 10_000
> }
> ------------------------8<------------------------
For the moment I did this. I delay the hint for the gradle dependencies
given by Benedict in the other mail since for the moment I think I have
spotted a real dependency that needs to be packaged:
A problem occurred evaluating root project 'nextflow-prj'.
> Could not resolve all files for configuration ':capsule'.
> Could not resolve io.nextflow:capsule:1.0.3.1.
Required by:
project : > project :my-capsule
> No cached version of io.nextflow:capsule:1.0.3.1 available for offline mode.
> No cached version of io.nextflow:capsule:1.0.3.1 available for offline mode.
> No cached version of io.nextflow:capsule:1.0.3.1 available for offline mode.
> No cached version of io.nextflow:capsule:1.0.3.1 available for offline mode.
Seems https://github.com/nextflow-io/capsule is needed and I'll go on
packaging this and will ask back in case of further trouble (which is
quite likely :-( ).
Kind regards
Andreas.
--
http://fam-tille.de
Back to linux.debian.maint.java | Previous | Next — Previous in thread | Next in thread | Find similar
[covid-19] Gradle help for nextflow needed Andreas Tille <andreas@an3as.eu> - 2020-04-28 11:10 +0200
Re: [covid-19] Gradle help for nextflow needed Andreas Tille <andreas@an3as.eu> - 2020-04-30 13:20 +0200
Re: [covid-19] Gradle help for nextflow needed Andreas Tille <andreas@an3as.eu> - 2020-04-30 14:30 +0200
csiph-web