[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [covid-19] Gradle help for nextflow needed



Hi Andreas,

On 2020-04-28 12:05, Andreas Tille wrote:
> Any help for a kickstart would be really appreciated.

I have almost no idea what nexus-staging plugin does, but it may be not
essential for building the package. You can try to patch it out by
removing the following lines from build.gradle:

------------------------8<------------------------
plugins {
    id "io.codearte.nexus-staging" version "0.21.2"
}
------------------------8<------------------------

and

------------------------8<------------------------
nexusStaging {
    packageGroup = 'io.nextflow'
    delayBetweenRetriesInMillis = 10_000
}
------------------------8<------------------------

Hope this helps,
Andrius


Reply to: