okbuck icon indicating copy to clipboard operation
okbuck copied to clipboard

mavenLocal cannot be translation to okbuck.buckconfig

Open ronnie-o-sullivan opened this issue 4 years ago • 0 comments

  • 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: ***

ronnie-o-sullivan avatar Dec 07 '21 06:12 ronnie-o-sullivan