Skip to content

Commit 202ff4c

Browse files
authored
Update build.gradle
1 parent 436a2f0 commit 202ff4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies {
1515
archivesBaseName = 'signalr'
1616

1717
task sourceJar(type: Jar) {
18-
classifier "sources"
18+
archiveClassifier "sources"
1919
from sourceSets.main.allJava
2020
}
2121

0 commit comments

Comments
 (0)