Skip to content

Odd issue with http 403 error code on specific artifacts and platforms with gradle #1432

Discussion options

You must be logged in to vote

It looks like the build has defined the Unidata repo as:

    maven {
        url "https://artifacts.unidata.ucar.edu/content/repositories/unidata-releases/" //
    }

Can you try replacing that with:

    maven {
        url "https://artifacts.unidata.ucar.edu/repository/unidata-releases/"
    }

Replies: 9 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by james-d-brown
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@james-d-brown
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
5 participants