We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0174842 + faa765f commit 0aa9e1aCopy full SHA for 0aa9e1a
mobile_app1/build.gradle
@@ -27,4 +27,7 @@ buildScan {
27
termsOfServiceAgree = 'yes'
28
link 'GitHub', 'https://github.com/uber-common/android-build-eval'
29
}
30
-apply plugin: 'com.uber.okbuck'
+// Only apply the okbuck Gradle plugin when generating the wrapper and BUCK files.
31
+if ((providers.systemProperty('okbuck.wrapper').forUseAtConfigurationTime().orNull ?: 'false').toBoolean()) {
32
+ apply plugin: 'com.uber.okbuck'
33
+}
0 commit comments