Skip to content

Commit

Permalink
add missing publication configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-manes committed Apr 24, 2023
1 parent bb5ed78 commit 7479738
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,9 @@ plugins {
id("io.github.gradle-nexus.publish-plugin")
id("dependency-versions-caffeine-conventions")
}

nexusPublishing {
repositories {
sonatype()
}
}

0 comments on commit 7479738

Please sign in to comment.