Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Incorporate changes from https://github.com/apache/beam/pull/6435

...

Note: Selecting “Check Project” may report some errors from the archetype modules as they are not configured for Checkstyle validation.

Code Style

As of release 2.6.0 uniform formatting is automated by the build through the Spotless Gradle plugin. Instead of relying on the IDE, now you can run ./gradlew spotlessApply to reformat changes prior to commit.

IntelliJ supports code styles within the IDE. Use one or both of the following to ensure your code style matches the project’s checkstyle enforcements.

...