Skip to content

Commit

Permalink
Moreee
Browse files Browse the repository at this point in the history
  • Loading branch information
andantet committed Nov 4, 2023
1 parent 08d360e commit 83a840a
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,14 @@ publishing {
}

def ENV = System.getenv()
repositories.maven {
url = "https://maven.andante.dev/releases/"
if (ENV.MAVEN_USERNAME) {
credentials {
username ENV.MAVEN_USERNAME
password ENV.MAVEN_PASSWORD
repositories {
maven {
url = "https://maven.andante.dev/releases/"
if (ENV.MAVEN_USERNAME) {
credentials {
username ENV.MAVEN_USERNAME
password ENV.MAVEN_PASSWORD
}
}
}
}
Expand Down

0 comments on commit 83a840a

Please sign in to comment.