Skip to content

Commit ea05b20

Browse files
committed
name sources correctly
1 parent 0441ee4 commit ea05b20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ subprojects {
3838
}
3939

4040
tasks.register('jarSources', Jar) {
41-
archiveBaseName.set("protoweaver")
41+
archiveBaseName.set(project.name)
4242
archiveClassifier.set("sources")
4343
exclude {
4444
sourceSets.main.allSource.contains it.file

0 commit comments

Comments
 (0)