Skip to content

Commit

Permalink
Merge branch 'main' of github.com:datastrato/graviton into test_publish
Browse files Browse the repository at this point in the history
  • Loading branch information
yuqi1129 committed Oct 23, 2023
1 parent fdc3af9 commit 688ae87
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ nexusPublishing {
repositories {
sonatype {
nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))
// snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/"))
snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/"))

val sonatypeUser =
System.getenv("SONATYPE_USER").takeUnless { it.isNullOrEmpty() }
Expand All @@ -77,6 +77,7 @@ nexusPublishing {
password.set(sonatypePassword)
}
}
packageGroup.set("com.datastrato.gravitino")
}

dependencies {
Expand Down

0 comments on commit 688ae87

Please sign in to comment.