We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0441ee4 commit ea05b20Copy full SHA for ea05b20
build.gradle
@@ -38,7 +38,7 @@ subprojects {
38
}
39
40
tasks.register('jarSources', Jar) {
41
- archiveBaseName.set("protoweaver")
+ archiveBaseName.set(project.name)
42
archiveClassifier.set("sources")
43
exclude {
44
sourceSets.main.allSource.contains it.file
0 commit comments