Skip to content

Commit 3f71f28

Browse files
Jar rename
1 parent 8a34177 commit 3f71f28

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,13 @@ jar {
3030
}
3131

3232
task sourceJar(type: Jar, dependsOn: classes) {
33+
baseName 'pixy2-java-api'
3334
classifier 'sources'
3435
from sourceSets.main.allSource
3536
}
3637

3738
task javadocJar(type: Jar, dependsOn: javadoc) {
39+
baseName 'pixy2-java-api'
3840
classifier = 'javadoc'
3941
from javadoc.destinationDir
4042
}

0 commit comments

Comments
 (0)