File tree Expand file tree Collapse file tree 1 file changed +4
-11
lines changed
Expand file tree Collapse file tree 1 file changed +4
-11
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ plugins {
88
99group = ' io.github.robocup-logistics'
1010archivesBaseName = " java-sdk"
11- version = ' 0.1.10.1 '
11+ version = ' 0.1.10.2 '
1212
1313description = " "
1414
@@ -54,14 +54,9 @@ signing {
5454 }
5555}
5656
57- task sourceJar (type : Jar ) {
58- classifier = ' sources'
59- from sourceSets. main. allJava
60- }
61-
62- task packageJavadoc (type : Jar ) {
63- from javadoc
64- classifier = ' javadoc'
57+ java {
58+ withSourcesJar()
59+ withJavadocJar()
6560}
6661
6762publishing {
@@ -86,8 +81,6 @@ publishing {
8681 publications {
8782 mavenJava(MavenPublication ) {
8883 from(components. java)
89- artifact sourceJar
90- artifact packageJavadoc
9184 pom {
9285 name = ' Java SDK'
9386 description = ' Java SDK for the RoboCup Logistics League'
You can’t perform that action at this time.
0 commit comments