Skip to content

Commit 17968c0

Browse files
author
Alexander Furer
committed
fixes #217
1 parent 6d32a0c commit 17968c0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

grpc-spring-boot-starter/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,12 @@ nexusPublishing {
106106
}
107107
jar {
108108
enabled = true
109+
archiveClassifier.convention("")
109110
}
110111

111112
bootJar {
112113
enabled = false
114+
archiveClassifier.convention('boot')
113115
}
114116
publishing {
115117
publications {

0 commit comments

Comments
 (0)