nextflow-io / nf-nomad

Hashicorp Nomad executor plugin for Nextflow
https://nextflow-io.github.io/nf-nomad/
Apache License 2.0
2 stars 2 forks source link

Missing plugin information in zip #19

Closed jagedn closed 4 months ago

jagedn commented 4 months ago

After refactor the gradle tasks related to generate a release version current implementation doesnt produced following information in the META-INF file:

Plugin-Id: nf-nomad
Plugin-Version: 0.0.1
Plugin-Class: nextflow.nomad.NomadPlugin
Plugin-Provider: nextflow
Plugin-Requires: >=23.10.0
jagedn commented 4 months ago

fixed in https://github.com/nextflow-io/nf-nomad/pull/20