quiltdata / nf-quilt

GNU General Public License v3.0
9 stars 1 forks source link

Support NextFlow v23.10.0 #149

Closed drernie closed 9 months ago

drernie commented 1 year ago

When I update VERSION to v23.10.0 from 23.04.3, I get two "Incompatible" warnings:

   > Could not resolve io.nextflow:nextflow:23.10.0.
     Required by:
         project :plugins:nf-quilt
      > No matching variant of io.nextflow:nextflow:23.10.0 was found. The consumer was configured to find a library for use during compile-time, compatible with Java 17, preferably not packaged as a jar, preferably optimized for standard JVMs, and its dependencies declared externally but:
          - Variant 'testFixturesApiElements' capability io.nextflow:nextflow-test-fixtures:23.10.0 declares a library for use during compile-time, packaged as a jar, and its dependencies declared externally:
              - Incompatible because this component declares a component, compatible with Java 19 and the consumer needed a component, compatible with Java 17
          - Variant 'testFixturesRuntimeElements' capability io.nextflow:nextflow-test-fixtures:23.10.0 declares a library for use during runtime, packaged as a jar, and its dependencies declared externally:
              - Incompatible because this component declares a component, compatible with Java 19 and the consumer needed a component, compatible with Java 17
drernie commented 9 months ago

Done