Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewauclair authored Nov 7, 2023
1 parent 1addd53 commit 630a7c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docking-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ publishing {
credentials {
username = System.getenv("MAVEN_USERNAME")
password = System.getenv("MAVEN_PASSWORD")

println System.getenv("MAVEN_USERNAME")
}

url = version.endsWith('SNAPSHOT') ?
Expand Down

0 comments on commit 630a7c8

Please sign in to comment.