This message was deleted.
# plugin-development
s
This message was deleted.
j
have you tried
.add
instead of
.set
on the
SetProperty
?
Copy code
extension.testSourceSets.add(javaSourceSets.named(SourceSet.TEST_SOURCE_SET_NAME))
m
Yes, that helped. Thanks!