Ravi Agarwal

Results 4 comments of Ravi Agarwal

``` cmd = 'java -jar /Users/carlo/Projects/BuckApp/bins/android-data-binding-exec-3.4.0.jar PROCESS ' + ``` You can instead do ``` cmd = 'java -jar (location {}) PROCESS '.format(

@kurtisnelson could you give an example? Do you mean the proguard-gradle dependency generated in `.buckconfig` is not used? Also proguard artifact version is looked up in the classpath https://github.com/uber/okbuck/blob/master/buildSrc/src/main/java/com/uber/okbuck/core/util/ProguardUtil.java#L24 Do...

you would need to add auto value configuration as well since auto value is being used alone in the project. ``` okbuck { externalDependencies { autoValueConfigurations = [ "autoValue", "autoValueAnnotations"...

thanks @bsideup & @raphw , I will try to get a tiny reproducer. meanwhile, will try out the setting `-Dnet.bytebuddy.generate=true` and let you know.