We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
如题,因为aspectjx插件是放在jcenter中央库,如果出现插件拉不下来的情况,可以将jcenter的地址改为http协议拉取,这样可以拉取成功,如:
http
buildScript { repositories { jcenter() { url 'http://jcenter.bintray.com/' } } }
实在不行可以通过依赖本地jar的方式来达到目的。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
如题,因为aspectjx插件是放在jcenter中央库,如果出现插件拉不下来的情况,可以将jcenter的地址改为
http
协议拉取,这样可以拉取成功,如:实在不行可以通过依赖本地jar的方式来达到目的。
The text was updated successfully, but these errors were encountered: