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 4fbc986
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ jobs:
${{ env.ALLOWED_ENDPOINTS }}
checkerframework.org:443
docs.oracle.com:443
errorprone.info:443
lightbend.github.io:443
guava.dev:443
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
Expand Down
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 4fbc986

Please sign in to comment.