There was an error while loading. Please reload this page.
We use google-java-format to format Java files. You can either install the IntelliJ plugin or use a pre commit hook to automatically re-format files.
To add a pre commit hook:
google-java-format
config/git-hooks/pre-commit.template
.git/hooks/pre-commit
chmod +x .git/hooks/pre-commit
<<PATH_TO_JAR>>
Force rerun of okbuck
okbuck
❯ ./gradlew okbuck -Dokbuck.wrapper=true --stacktrace
Build all targets/tests (this matches what CI does)
❯ ./buckw targets //... --type android_binary android_instrumentation_apk java_test groovy_test robolectric_test kotlin_test scala_test | xargs ./buckw build