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.
feature
1 parent f5cd09c commit 0d2a071Copy full SHA for 0d2a071
build.gradle
@@ -210,21 +210,16 @@ configure(javaProjects) { subproject ->
210
srcDirs = ['src/test/resources', 'src/test/java']
211
}
212
213
- feature {
214
- java {
215
- srcDir 'src/main/java'
216
- }
217
218
219
220
java {
221
withJavadocJar()
222
withSourcesJar()
223
registerFeature('optional') {
224
- usingSourceSet(sourceSets.feature)
+ usingSourceSet(sourceSets.main)
225
226
registerFeature('provided') {
227
228
229
230
0 commit comments