Skip to content

Commit

Permalink
Update jpos-app.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
it240884sii authored Jan 14, 2025
1 parent e021a44 commit bbcec50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jpos-app.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,12 @@ jar.manifest {
}

task sourceJar( type: Jar ) {
classifier = "sources"
archiveClassifier.set("sources")
from sourceSets.main.allSource
}

task javadocJar (type: Jar, dependsOn: javadoc) {
classifier = 'javadoc'
archiveClassifier.set("javadoc")
from new File(project.buildDir, 'docs/javadoc')
}

Expand Down

0 comments on commit bbcec50

Please sign in to comment.