Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Invoking ./gradlew eclipse will generate the project and classpath files for all subprojects. Import all projects into eclipse.

IntelliJ

Invoking /gradlew idea will generate project files for IntelliJ. Import the resulting project files.In order to build the project successfully in IntelliJ and run tests, it is recommended to  disable → Preferences → Build, Execution, Deployment → Build Tools → Gradle → "Create separate module per source set". It is also recommended to enable "Use auto-import"

 

Build environment in docker

dev-tools/docker/compile/start-compile-docker.sh

...