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 f4cd128 commit 52d9a30Copy full SHA for 52d9a30
build.gradle.kts
@@ -187,9 +187,11 @@ tasks {
187
nexusStaging {
188
username = System.getenv("SONATYPE_USERNAME")
189
password = System.getenv("SONATYPE_PASSWORD")
190
-
191
packageGroup = rootProject.group.toString()
+ numberOfRetries = 60
192
+ delayBetweenRetriesInMillis = 5000
193
}
194
+
195
val publish by getting
196
publish.dependsOn(":initializeSonatypeStagingRepository")
197
gradle.properties
@@ -26,5 +26,5 @@ dokkaVersion = 0.10.0
26
jacocoVersion = 0.8.5
27
ktlintVersion = 0.36.0
28
ktlintPluginVersion = 9.1.1
29
-nexusPublishPluginVersion = 0.3.0
+nexusPublishPluginVersion = 0.4.0
30
stagingPluginVersion = 0.21.2
0 commit comments