Coder Social home page Coder Social logo

Comments (6)

cortinico avatar cortinico commented on May 28, 2024 1

The code you shared in your first snippet is the correct way to specify a private maven repository. Your project is failing for other reasons.

I've created for you a sample project here:
https://github.com/cortinico/reproducer-private-maven-repo

Specifically look at this commit:
cortinico/reproducer-private-maven-repo@8af94f7

As you can see from the CI, it's failing with:

* What went wrong:
Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'.
> Could not resolve all task dependencies for configuration ':app:debugCompileClasspath'.
   > Could not resolve my.random.package:library:+.
     Required by:
         project :app
      > Failed to list versions for my.random.package:library.
         > Unable to load Maven meta-data from https://maven.pkg.github.com/package/my/random/package/library/maven-metadata.xml.
            > Could not GET 'https://maven.pkg.github.com/package/my/random/package/library/maven-metadata.xml'. Received status code 401 from server: Unauthorized

from react-native.

github-actions avatar github-actions commented on May 28, 2024
⚠️ Newer Version of React Native is Available!
ℹ️ You are on a supported minor version, but it looks like there's a newer patch available - 0.73.8. Please upgrade to the highest patch for your minor or latest and verify if the issue persists (alternatively, create a new project and repro the issue in it). If it does not repro, please let us know so we can close out this issue. This helps us ensure we are looking at issues that still exist in the most recent releases.

from react-native.

github-actions avatar github-actions commented on May 28, 2024
⚠️ Missing Reproducible Example
ℹ️ We could not detect a reproducible example in your issue report. Please provide either:
  • If your bug is UI related: a Snack
  • If your bug is build/update related: use our Reproducer Template. A reproducer needs to be in a GitHub repository under your username.

from react-native.

rakesho-vel avatar rakesho-vel commented on May 28, 2024

I cannot share the reproducible example as the dependency i am adding are private maven repo.

from react-native.

cortinico avatar cortinico commented on May 28, 2024

You can also run the task with --info to verify that the build task is effectively attempting to fetch the library from the provided URL.

from react-native.

rakesho-vel avatar rakesho-vel commented on May 28, 2024

Okay, @cortinico Thanks for confirming, wanted to make sure, we are doing it right way.

from react-native.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.