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

https://clyze.jfrog.io seems to be offline #5

Open
chennbnbnb opened this issue Aug 3, 2023 · 1 comment
Open

https://clyze.jfrog.io seems to be offline #5

chennbnbnb opened this issue Aug 3, 2023 · 1 comment

Comments

@chennbnbnb
Copy link

when i build doop i got such messages:

Could not determine the dependencies of task ':generators:fact-generator-common:shadowJar'.
> Could not resolve all dependencies for configuration ':generators:fact-generator-common:compileClasspath'.
   > Could not resolve org.clyze:clue-common:3.25.3.
     Required by:
         project :generators:fact-generator-common
      > Could not resolve org.clyze:clue-common:3.25.3.
         > Could not parse POM https://clyze.jfrog.io/artifactory/default-maven-local/org/clyze/clue-common/3.25.3/clue-common-3.25.3.pom
            > Already seen doctype.
   > Could not resolve org.clyze:metadata-model:2.4.1.
     Required by:
         project :generators:fact-generator-common
      > Could not resolve org.clyze:metadata-model:2.4.1.
         > Could not parse POM https://clyze.jfrog.io/artifactory/default-maven-local/org/clyze/metadata-model/2.4.1/metadata-model-2.4.1.pom
            > Already seen doctype.
   > Could not resolve org.clyze:native-scanner:0.6.6.
     Required by:
         project :generators:fact-generator-common
      > Could not resolve org.clyze:native-scanner:0.6.6.
         > Could not parse POM https://clyze.jfrog.io/artifactory/default-maven-local/org/clyze/native-scanner/0.6.6/native-scanner-0.6.6.pom
            > Already seen doctype.

https://clyze.jfrog.io seems to be offline

@yanniss
Copy link
Contributor

yanniss commented Aug 3, 2023

Thanks for pointing out! We'll look into fixing. Falling back to our secondary artifactory (comment out the two lines with "jfrog" in build.gradle and uncomment the entries with "centauri") will work, but will require opt-in for http instead of https ("allowInsecureProtocol true", as in other cases in build.gradle).

Long term, we'll fix this some other way.

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

2 participants