We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
registerFeature
1 parent 6054e8b commit 1baf84aCopy full SHA for 1baf84a
build.gradle
@@ -210,16 +210,17 @@ configure(javaProjects) { subproject ->
210
srcDirs = ['src/test/resources', 'src/test/java']
211
}
212
213
+ feature
214
215
216
java {
217
withJavadocJar()
218
withSourcesJar()
219
registerFeature('optional') {
- usingSourceSet(sourceSets.main)
220
+ usingSourceSet(sourceSets.feature)
221
222
registerFeature('provided') {
223
224
225
226
0 commit comments