Skip to content

Commit b22a4e5

Browse files
committed
#61: Simplify build
Signed-off-by: Franz Wilhelmstötter <franz.wilhelmstoetter@gmail.com>
1 parent 05a4b7a commit b22a4e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,9 +309,9 @@ fun setupPublishing(project: Project) {
309309
repositories {
310310
maven {
311311
url = if (version.toString().endsWith("SNAPSHOT"))
312-
uri(layout.buildDirectory.dir("repos/releases"))
313-
else
314312
uri(layout.buildDirectory.dir("repos/snapshots"))
313+
else
314+
uri(layout.buildDirectory.dir("repos/releases"))
315315
}
316316
}
317317

0 commit comments

Comments
 (0)