In version 0.13 and before, the pipeline libraries preparation step (download of pipeline libraries in the seed/lib folder) is done by having a build step running Gradle against seed/build.gradle.
In some circumstances, when using Git for example, this does not work and the correct way is to launch Gradle from within seed/ (root dir).
In version 0.13 and before, the pipeline libraries preparation step (download of pipeline libraries in the seed/lib folder) is done by having a build step running Gradle against seed/build.gradle.
In some circumstances, when using Git for example, this does not work and the correct way is to launch Gradle from within seed/ (root dir).