Revert feature source set

This commit is contained in:
Artem Bilan
2024-08-02 09:36:18 -04:00
committed by GitHub
parent f5cd09c767
commit 0d2a071a64

View File

@@ -210,21 +210,16 @@ configure(javaProjects) { subproject ->
srcDirs = ['src/test/resources', 'src/test/java']
}
}
feature {
java {
srcDir 'src/main/java'
}
}
}
java {
withJavadocJar()
withSourcesJar()
registerFeature('optional') {
usingSourceSet(sourceSets.feature)
usingSourceSet(sourceSets.main)
}
registerFeature('provided') {
usingSourceSet(sourceSets.feature)
usingSourceSet(sourceSets.main)
}
}