okbuck
okbuck copied to clipboard
OkBuck is a gradle plugin that lets developers utilize the Buck build system on a gradle project.
Start standard deploy process to Maven Central. Auto deploy snapshots from CI.
At buck documentation. Need to set jvm-target at BUCK file. But can't modify BUCK file when using okbuck. okbuck version : 0.51.2 https://buck.build/rule/kotlin_library.html  Here is error message. ``` error:...
- 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...
I add it on readme. but I 'm not feed Okbuck has runned! maybe I need do other config?
There is "classpath 'com.uber:okbuck:0.52.4'" in README doc,but the version 0.52.4 can't be found.
Is I need to update my kt-version, or do other config for my project? and I want know okbuck is only support MacOs?
Is there some sort of debugging flag that I can add to better understand why my okbuck tasks are failing with `autoValueConfigurations should be present if adding autoValue dependencies`? I...
Hi, I'm trying to setup OkBuck with a react-native project but i'm facing a problem : In the build.gradle file, I have maven url like this : ` maven {...
Allow OKBuck to preserve specific kind of files within the dependency cache to preserve metadata ownership and visibility on a granular level for multi-app and multi-team repos.