Skip to content

Commit bf452a7

Browse files
committed
Fix snapshot publishing
1 parent 5a0ef13 commit bf452a7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -208,12 +208,11 @@ if (project.hasProperty("releaseMode")) {
208208
sign(publishing.publications)
209209
}
210210
}
211-
212-
mavenPublishing {
211+
}
212+
mavenPublishing {
213213
// or when publishing to https://central.sonatype.com/
214214
publishToMavenCentral(com.vanniktech.maven.publish.SonatypeHost.CENTRAL_PORTAL)
215215

216216
// signAllPublications()
217-
}
218217
}
219218
}

0 commit comments

Comments
 (0)