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 fc22c5a commit d06ab61Copy full SHA for d06ab61
build-logic/src/main/kotlin/api.kt
@@ -147,7 +147,6 @@ fun Project.apolloRoot(ciBuild: TaskProvider<Task>) {
147
centralPortal {
148
username.set(System.getenv("LIBRARIAN_SONATYPE_USERNAME"))
149
password.set(System.getenv("LIBRARIAN_SONATYPE_PASSWORD"))
150
- publishingType.set("USER_MANAGED")
151
validationTimeout.set(30.minutes.toJavaDuration())
152
publishingTimeout.set(1.hours.toJavaDuration())
153
}
0 commit comments