This message was deleted.
# community-support
s
This message was deleted.
n
With the following set in the root
build.gradle
, the println seems to imply that no subproject sets a sourceSets
With the following, i get
Could not get unknown property 'sourceSets' for root project 'gradletest' of type org.gradle.api.Project.
This is very confusing that in the deeper scope, the properties on
project
dont appear to have a value set yet exist (hence variables such as
projectDirStr
and
subprojectSet
are declared above)