Hi all. We recently upgraded our multi-module grad...
# gradle
j
Hi all. We recently upgraded our multi-module gradle projects to Gradle 4.7, and following best practice removed the gradle wrappers from the subprojects (just a single wrapper in the root directory). Now, when we run gradle tasks for the subprojects via intellij's gradle task tree, it uses Gradle 4.4 and fails because our projects are using newer gradle features (test.useJunitPlatform). I have no idea where it's getting Gradle 4.4 from (does intellij bundle it?), but it seems to be an intellij bug and not part of our setup. Everything works as expected on the CLI.