okbuck
okbuck copied to clipboard
mavenLocal cannot be translation to okbuck.buckconfig
- 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: ***