Skip to content

Commit

Permalink
use archiveClassifier
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel committed Apr 9, 2024
1 parent 153c232 commit 7a022a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ dependencies {
}

task sourcesJar(type: Jar, dependsOn: classes) {
classifier = 'sources'
archiveClassifier = 'sources'
from sourceSets.main.allSource
}

task javadocJar(type: Jar, dependsOn: javadoc) {
classifier = 'javadoc'
archiveClassifier = 'javadoc'
from javadoc.destinationDir
}

Expand Down

0 comments on commit 7a022a3

Please sign in to comment.