Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Could not resolve: org.clyze:clue-common:3.25.3 #4

Closed
75ACOL opened this issue Feb 24, 2023 · 5 comments
Closed

Could not resolve: org.clyze:clue-common:3.25.3 #4

75ACOL opened this issue Feb 24, 2023 · 5 comments

Comments

@75ACOL
Copy link

75ACOL commented Feb 24, 2023

获取不到这个包,什么样的gradle配置才可以获取

@waderwu
Copy link
Member

waderwu commented Feb 25, 2023

你先从release里面下载打包好的,等我下周再看看为啥会有这个问题

@waderwu
Copy link
Member

waderwu commented Mar 7, 2023

先pull一下,然后尝试执行./gradlew build 看能不能build,我本地可以这样build

@SuperXiaoxiong
Copy link

这两个源坏掉了,访问过去 503

maven {    name "soot-snapshot"    url "https://soot-build.cs.uni-paderborn.de/nexus/repository/soot-snapshot"}
maven {    name "soot-release"    url "https://soot-build.cs.uni-paderborn.de/nexus/repository/soot-release"}

删掉使用

    maven {
        url "http://centauri.di.uoa.gr:8081/artifactory/plast-public"
        allowInsecureProtocol true // for Gradle 7 compatibility
    }
    maven { url 'https://clyze.jfrog.io/artifactory/default-maven-local' }

@waderwu
Copy link
Member

waderwu commented Nov 26, 2023

maven { name "soot-snapshot" url "https://soot-build.cs.uni-paderborn.de/nexus/repository/soot-snapshot"}
maven { name "soot-release" url "https://soot-build.cs.uni-paderborn.de/nexus/repository/soot-release"}

这两个即使503了也没啥影响,因为会先从mavenCentral()加载,org.soot-oss:soot:4.2.1 这个版本在mavenCentral是有的

@waderwu
Copy link
Member

waderwu commented Nov 26, 2023

org.clyze 这几个存在jfrog上的依赖挂了,我通过添加submodule,本地编译这些依赖,解决了这个问题

@waderwu waderwu closed this as completed Nov 26, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants