Dariusz Kuc
05/07/2020, 4:47 PM- project1
- project2
- directory // nothing in this project -> its just for logically grouping project3 and project4 together
|- project3
|- project4
Any idea how to instrument Gradle to skip processing directory
module from the above?plugins
from being processed:directory:project3
(https://docs.gradle.org/current/userguide/userguide_single.html#sec:multi_project_builds)