Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xenon-testapi + xenon-docgenerator artifacts not on jcenter #651

Open
sverhoeven opened this issue Jun 13, 2019 · 5 comments
Open

xenon-testapi + xenon-docgenerator artifacts not on jcenter #651

sverhoeven opened this issue Jun 13, 2019 · 5 comments
Assignees
Labels
Milestone

Comments

@sverhoeven
Copy link
Member

The main xenon artifact is on jcenter as compile 'nl.esciencecenter.xenon:xenon:3.0.0', but the other artifacts are not install-able for example integrationTestImplementation group: 'nl.esciencecenter.xenon', name: 'xenon-testapi', version: '3.0.0' fails with could not find error.

@sverhoeven sverhoeven added the Bug label Jun 13, 2019
@sverhoeven sverhoeven added this to the 3.0.0 milestone Jun 13, 2019
@sverhoeven sverhoeven self-assigned this Jun 13, 2019
@sverhoeven
Copy link
Member Author

The other artifacts are published inside https://bintray.com/nlesc/xenon/xenon/3.0.0#files/nl/esciencecenter/xenon .

So a workaround is to add

repositories {
   ... other repositories ...
    maven {
            url 'https://dl.bintray.com/nlesc/xenon' // xenon-testapi is published on bintray, not on jcenter
    }
}

Then integrationTestImplementation group: 'nl.esciencecenter.xenon', name: 'xenon-testapi', version: '3.0.0' will be found.

@sverhoeven
Copy link
Member Author

The xenon-testapi artifacts where removed from xenon package and a xenon-testapi package was created.
Waiting for approval in jcenter.

@sverhoeven
Copy link
Member Author

Also moved docgenerator to own package on bintray.

@sverhoeven
Copy link
Member Author

Fixed in 4c1dee0

@sverhoeven
Copy link
Member Author

Sorry, they packages are not yet on jcenter, so extra bintray repo is still required

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant