Skip to content

Commit 50110ff

Browse files
committed
instead of checking for space publish, check for nexus
1 parent badb9c1 commit 50110ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ publishing {
172172
}
173173
}
174174
repositories {
175-
if (!project.hasProperty("publishToSpace")) {
175+
if (project.hasProperty("nexusPublish")) {
176176
maven {
177177
name = "nexus"
178178
val releasesRepoUrl = "https://oss.sonatype.org/service/local/staging/deploy/maven2/"

0 commit comments

Comments
 (0)