Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Kononykhin <andkononykhin@gmail.com>
  • Loading branch information
andkononykhin committed Oct 4, 2021
1 parent 97af4f1 commit 400e0c7
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,6 @@ jmh {
includeTests = true
}

// publishing

java {
withJavadocJar()
withSourcesJar()
}

task group {
doLast {
println(project.group)
Expand All @@ -81,6 +74,13 @@ task version {
}
}

// publishing

java {
withJavadocJar()
withSourcesJar()
}

publishing {
publications {
maven(MavenPublication) {
Expand Down Expand Up @@ -148,3 +148,4 @@ javadoc {
options.addBooleanOption('html5', true)
}
}

0 comments on commit 400e0c7

Please sign in to comment.