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

Is the artifactory repository down? #14

Open
PabloReszczynski opened this issue May 20, 2021 · 4 comments
Open

Is the artifactory repository down? #14

PabloReszczynski opened this issue May 20, 2021 · 4 comments

Comments

@PabloReszczynski
Copy link

Yesterday, when trying to build using your library it threw this error:

> Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
   > Could not resolve com.nike.epc:epc-core:1.0.0.
     Required by:
         project :app > project :zebra_rfid
      > Could not resolve com.nike.epc:epc-core:1.0.0.
         > Could not get resource 'https://artifactory.nike.com/artifactory/maven/com/nike/epc/epc-core/1.0.0/epc-core-1.0.0.pom'.
            > Could not GET 'https://artifactory.nike.com/artifactory/maven/com/nike/epc/epc-core/1.0.0/epc-core-1.0.0.pom'.
               > artifactory.nike.com: nodename nor servname provided, or not known

I have been using your library for several weeks now, but just yesterday it failed.

@gregghz
Copy link
Contributor

gregghz commented May 20, 2021

Unfortunately this is the result of the bintray deprecation. We are no longer publishing to bintray and for the time being we are using an internal-only artifactory server to host for projects within Nike. There are plans to address this and get publishing working globally again, but I'm unsure when it will happen.

@PabloReszczynski
Copy link
Author

Any chance you could instead publish it to Maven Central?

@gregghz
Copy link
Contributor

gregghz commented May 21, 2021

@PabloReszczynski I'm not sure what the long term plans are for publishing. In the meantime if you checkout the repo and run sbt publishLocal you should be able to depend on 1.0.2-SNAPSHOT for local development at least. That might not be suitable for production deployments though.

@amorenew
Copy link

amorenew commented Jun 6, 2023

I exported it as jar and used it

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

No branches or pull requests

3 participants