Skip to content

Commit

Permalink
Apply IDE suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
centic9 committed Dec 15, 2024
1 parent 04b662e commit c57e8cc
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 @@ -116,12 +116,12 @@ jacocoTestReport {
}
}

task sourcesJar(type: Jar) {
tasks.register('sourcesJar', Jar) {
archiveClassifier = 'sources'
from sourceSets.main.allJava
}

task javadocJar(type: Jar) {
tasks.register('javadocJar', Jar) {
archiveClassifier = 'javadoc'
from javadoc
}
Expand Down

0 comments on commit c57e8cc

Please sign in to comment.