Skip to content

Commit

Permalink
测试发布 3.5.8-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
qmdx committed Jun 25, 2024
1 parent 163d576 commit 7c93a4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ subprojects {
publishing {
repositories {
maven {
name = "OSSRH"
def releasesRepoUrl = "https://oss.sonatype.org/service/local/staging/deploy/maven2/"
def snapshotsRepoUrl = "https://oss.sonatype.org/content/repositories/snapshots/"
url = version.endsWith('SNAPSHOT') ? snapshotsRepoUrl : releasesRepoUrl
Expand Down

0 comments on commit 7c93a4a

Please sign in to comment.