Skip to content

Commit 3c30134

Browse files
Excavator: Ensure consistent gradle/publish-(jar|dist).gradle files (#72)
###### _excavator_ is a bot for automating changes across repositories. Changes produced by the excavator/consistent-publish-scripts check. {runtimeCheckDesc} To enable or disable this check, please contact the maintainers of Excavator.
1 parent 5cd301b commit 3c30134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/publish-jar.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ bintray {
1717
publish = true
1818
pkg {
1919
repo = 'releases'
20-
name = rootProject.name
20+
name = 'tracing-java'
2121
userOrg = 'palantir'
2222
licenses = ['Apache-2.0']
2323
publications = ['nebula']

0 commit comments

Comments
 (0)