Skip to content

Commit

Permalink
build gradle fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bgalek committed Jan 20, 2022
1 parent 2b28a4b commit d6696b4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ publishing {
create<MavenPublication>("sonatype") {
artifactId = "client-hints"
from(components["java"])
artifact(tasks["sourcesJar"])
artifact(tasks["javadocJar"])
versionMapping {
usage("java-api") {
fromResolutionOf("runtimeClasspath")
Expand Down

0 comments on commit d6696b4

Please sign in to comment.