We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28c2a92 commit 7f65512Copy full SHA for 7f65512
build.gradle.kts
@@ -78,7 +78,10 @@ dependencies {
78
}
79
80
// Publishing
81
-configureNexus()
+configureNexus(
82
+ nexusUrl = "https://aws.oss.sonatype.org/service/local/",
83
+ snapshotRepositoryUrl = "https://aws.oss.sonatype.org/content/repositories/snapshots/",
84
+)
85
86
// Code Style
87
val lintPaths = listOf(
gradle/libs.versions.toml
@@ -4,7 +4,7 @@ ksp-version = "2.1.0-1.0.29" # Keep in sync with kotlin-version
4
5
dokka-version = "2.0.0"
6
7
-aws-kotlin-repo-tools-version = "0.4.24"
+aws-kotlin-repo-tools-version = "0.4.31"
8
9
# libs
10
coroutines-version = "1.9.0"
0 commit comments