Hi Matt,

> On 12 Oct 2021, at 10:02, Matt Casters <[email protected]> wrote:
> 
> 1) Setting up my Beam development 
> <https://cwiki.apache.org/confluence/display/BEAM/Set+up+IntelliJ+from+scratch>
>  environment for IDEA 2021.2 is something that's going wrong, probably around 
> Gradle configurations.
> 2) I can't get Google Auto to work in my IDE (IDEA) because of what seems 
> outdated documentation 
> <https://github.com/google/auto/blob/master/value/userguide/index.md>?

Could you elaborate more what is wrong with 1) and 2) ? 

> 3) Since I'm obviously planning to generate a PR at the end of this exercise: 
> what is the suggested code format for Java in the Beam project?

Please, run this command before committing your changes:

./gradlew spotlessApply && ./gradlew -PenableCheckerFramework=true 
checkstyleMain checkstyleTest javadoc spotbugsMain compileJava compileTestJava

To save a time, run it only against a package where you did the changes.

—
Alexey

Reply via email to