Publish subprojects correctly v2
This commit is contained in:
parent
c6d1c10b6c
commit
57a2bc0b4c
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ subprojects {
|
|||
repositories {
|
||||
maven {
|
||||
name = "fvdh"
|
||||
url = if (version.toString().endsWith("-SNAPSHOT")) {
|
||||
url = if (rootProject.version.toString().endsWith("-SNAPSHOT")) {
|
||||
uri("https://repo.fvdh.dev/snapshots")
|
||||
} else {
|
||||
uri("https://repo.fvdh.dev/releases")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue