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 436904b commit 21d2155Copy full SHA for 21d2155
serde-api/build.gradle
@@ -26,7 +26,7 @@ if (release) {
26
}
27
28
publishing {
29
- if (release) { // TODO shouldn't be prod, 'publish' instead?
+ if (release) {
30
repositories {
31
maven {
32
url "https://s01.oss.sonatype.org/service/local/staging/deploy/maven2"
0 commit comments