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

mavenLocal cannot be translation to okbuck.buckconfig #956

Open
ronnie-o-sullivan opened this issue Dec 7, 2021 · 0 comments
Open

mavenLocal cannot be translation to okbuck.buckconfig #956

ronnie-o-sullivan opened this issue Dec 7, 2021 · 0 comments

Comments

@ronnie-o-sullivan
Copy link

ronnie-o-sullivan commented Dec 7, 2021

  • My gradle config as follows:

repositories { google() jcenter() mavenLocal() maven { url = uri("file://${rootProject.projectDir}/repo") } }

  • But there is no corresponding config (with mavenLocal() and maven { url = uri("file://${rootProject.projectDir}/repo") }) in okbuck.buckconfig:

[maven_repositories] google = https://dl.google.com/dl/android/maven2/ bintrayjcenter = https://jcenter.bintray.com/ maven2 = https://jitpack.io mavenrepo = https://repo.maven.apache.org/maven2/

This will cause error when ./buckw fetch :Unable to download: ***

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