doop icon indicating copy to clipboard operation
doop copied to clipboard

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

Open chennbnbnb opened this issue 2 years ago • 3 comments

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

chennbnbnb avatar Aug 03 '23 06:08 chennbnbnb

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.

yanniss avatar Aug 03 '23 08:08 yanniss