Skip to content

Commit 27374a9

Browse files
committed
put classifiers back
1 parent c081d8a commit 27374a9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

centrifuge/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@ apply plugin: 'signing'
33
apply plugin: 'java-library'
44

55
task javadocJar(type: Jar) {
6+
classifier = 'javadoc'
67
from javadoc
78
}
89

910
task sourcesJar(type: Jar) {
11+
classifier = 'sources'
1012
from sourceSets.main.allSource
1113
}
1214

@@ -16,7 +18,7 @@ artifacts {
1618

1719
group = "io.github.centrifugal"
1820
archivesBaseName = "centrifuge-java"
19-
version = "0.2.1"
21+
version = "0.2.2"
2022

2123
dependencies {
2224
implementation 'com.squareup.okhttp3:okhttp:4.9.3'

0 commit comments

Comments
 (0)