Closed choweiyuan closed 2 years ago
Which version of Kordamp was used?
0.47.0
You can invoke the excludeSourceSet()
method
or add to the property directly such as
config {
licensing {
excludedSourceSets.addAll(["**test**"])
licenses {
license {
id = 'Apache-2.0'
}
}
}
}
I used the following and it worked, thank you!
excludedSourceSets.addAll(["**test**"])
I have a simple config above and got the following error:
Using Gradle 7.2