Skip to content

Commit 9500b79

Browse files
authored
Update build.gradle
1 parent 202ff4c commit 9500b79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SignalR/clients/java/signalr/messagepack/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ task sourceJar(type: Jar) {
1919
}
2020

2121
task javadocJar(type: Jar, dependsOn: javadoc) {
22-
classifier "javadoc"
22+
archiveClassifier "javadoc"
2323
from javadoc.destinationDir
2424
}
2525

0 commit comments

Comments
 (0)