question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

403 for build-info-extractor-gradle-4.15.2-uber.jar

See original GitHub issue

I’m using jFrog CLI v1.39.7 to upload an Android .aar library to Artifactory (because newer version do not support yet) and it was working fine, but now I get this message:

$ ./jfrog rt gradle-config --use-wrapper=true --repo-resolve=$GRADLE_REPO_KEY --server-id-resolve=Default-Server --repo-deploy=$GRADLE_REPO_KEY --server-id-deploy=Default-Server # collapsed multi-line command
[Info] gradle build config successfully created.
[Info] Downloading bintray/jcenter/org/jfrog/buildinfo/build-info-extractor-gradle/4.15.2/build-info-extractor-gradle-4.15.2-uber.jar
[Error] 403 Forbidden 
ERROR: Job failed: exit code 1

Have you lock the access to that file?

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
DanielJRutledgecommented, Aug 12, 2021

Yes, you’d be running before your gradle config. In your case, you’d be looking at

export JFROG_CLI_JCENTER_REMOTE_SERVER=Default-Server export JFROG_CLI_JCENTER_REMOTE_REPO=$GRADLE_REPO_KEY

You’d be sending it through the same repo you using for your build config. This assumes you have jcenter in your gradle repo.

0reactions
sebasiracommented, Aug 13, 2021

Thank you very much! Now I can upload artifacts to Artifactory again!

I’m closing this issue

Read more comments on GitHub >

github_iconTop Results From Across the Web

No results found

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found