Skip to content
This repository was archived by the owner on Sep 29, 2023. It is now read-only.

Conversation

@aegyed
Copy link

@aegyed aegyed commented Jun 12, 2021

This way these could be deployed to maven central and be accessed with classifier java8.
(If you are willing to add an extra step to the pipeline...)

        <dependency>
            <groupId>se.digg.dgc</groupId>
            <artifactId>dgc-schema</artifactId>
            <version>${dgc-java.version}</version>
            <classifier>java8</classifier>
        </dependency>
        <dependency>
            <groupId>se.digg.dgc</groupId>
            <artifactId>dgc-create-validate</artifactId>
            <version>${dgc-java.version}</version>
            <classifier>java8</classifier>
        </dependency>

@martin-lindstrom
Copy link
Collaborator

@aegyed I actually tried just this, but for some reason the deploy doesn't work.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants