Skip to content

Commit

Permalink
Set maven url
Browse files Browse the repository at this point in the history
  • Loading branch information
Su5eD committed May 17, 2024
1 parent 65a8fa1 commit ebbaa8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ publishing {
repositories {
if (System.getenv("MAVEN_URL") != null) {
maven {
url System.getenv("MAVEN_URL")
credentials {
username System.getenv("MAVEN_USERNAME")
password System.getenv("MAVEN_PASSWORD")
Expand Down

0 comments on commit ebbaa8f

Please sign in to comment.