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

com.hujiang.aspectjx:gradle-android-plugin-aspectjx:1.0.5 拉不下来 #8

Closed
firefly1126 opened this issue Jul 28, 2016 · 0 comments
Closed

Comments

@firefly1126
Copy link
Contributor

firefly1126 commented Jul 28, 2016

如题,因为aspectjx插件是放在jcenter中央库,如果出现插件拉不下来的情况,可以将jcenter的地址改为http协议拉取,这样可以拉取成功,如:

buildScript {
    repositories {
        jcenter() {
            url 'http://jcenter.bintray.com/'
        }
    }
}

实在不行可以通过依赖本地jar的方式来达到目的。

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

1 participant