Skip to content

Commit 7f65512

Browse files
authored
feat: configure nexus urls (#1630)
1 parent 28c2a92 commit 7f65512

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

build.gradle.kts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,10 @@ dependencies {
7878
}
7979

8080
// Publishing
81-
configureNexus()
81+
configureNexus(
82+
nexusUrl = "https://aws.oss.sonatype.org/service/local/",
83+
snapshotRepositoryUrl = "https://aws.oss.sonatype.org/content/repositories/snapshots/",
84+
)
8285

8386
// Code Style
8487
val lintPaths = listOf(

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ksp-version = "2.1.0-1.0.29" # Keep in sync with kotlin-version
44

55
dokka-version = "2.0.0"
66

7-
aws-kotlin-repo-tools-version = "0.4.24"
7+
aws-kotlin-repo-tools-version = "0.4.31"
88

99
# libs
1010
coroutines-version = "1.9.0"

0 commit comments

Comments
 (0)