Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration to use the canonical gradle directory layout / project naming [BEAM-4046]

...

  1. In your IntelliJ beam project, navigate to View | Tool Windows | Gradle to open the gradle sidebar
  2. In the gradle sidebar, find the project you're looking for and expand it; for example ":beam -| sdks| sdks-java -| io -| hbase"
  3. Under your project, expand Tasks | build, and double-click the build task to execute it.

...