Swap the publishing repository with something more versatile

This commit is contained in:
Jared 2024-04-19 19:49:07 -06:00
parent 77d38c6e52
commit dacc33f439
4 changed files with 4 additions and 4 deletions

View File

@ -28,7 +28,7 @@ publishing {
}
repositories {
maven {
url "file://" + System.getenv("local_maven")
url System.getenv("local_maven_url")
}
}
}

View File

@ -62,7 +62,7 @@ publishing {
}
repositories {
maven {
url "file://" + System.getenv("local_maven")
url System.getenv("local_maven_url")
}
}
}

View File

@ -106,7 +106,7 @@ publishing {
}
repositories {
maven {
url "file://" + System.getenv("local_maven")
url System.getenv("local_maven_url")
}
}
}

View File

@ -70,7 +70,7 @@ publishing {
}
repositories {
maven {
url "file://" + System.getenv("local_maven")
url System.getenv("local_maven_url")
}
}
}