Skip to content

Commit

Permalink
Apply IDE suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
centic9 committed Apr 19, 2024
1 parent 5fe94be commit 8a046d2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -89,14 +89,14 @@ jacocoTestReport {
}
}

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

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

java {
Expand Down

0 comments on commit 8a046d2

Please sign in to comment.