Skip to content
This repository was archived by the owner on May 12, 2024. It is now read-only.

Commit 5a7aba7

Browse files
committed
Updated build.gradle
1 parent 9f822a0 commit 5a7aba7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ publishing {
4444
repositories {
4545
maven {
4646
name = "reposilite"
47-
url = "https://maven.lenni0451.net/releases"
47+
url = project.maven_version.endsWith("SNAPSHOT") ? "https://maven.lenni0451.net/snapshots" : "https://maven.lenni0451.net/releases"
4848
credentials(PasswordCredentials)
4949
authentication {
5050
basic(BasicAuthentication)

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ org.gradle.configureondemand=true
66
# Project properties
77
maven_name=core
88
maven_group=net.raphimc.javadowngrader
9-
maven_version=1.0.0
9+
maven_version=1.0.0-SNAPSHOT

runtime-dep/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ publishing {
1111
repositories {
1212
maven {
1313
name = "reposilite"
14-
url = "https://maven.lenni0451.net/releases"
14+
url = project.maven_version.endsWith("SNAPSHOT") ? "https://maven.lenni0451.net/snapshots" : "https://maven.lenni0451.net/releases"
1515
credentials(PasswordCredentials)
1616
authentication {
1717
basic(BasicAuthentication)

0 commit comments

Comments
 (0)