Skip to content
Snippets Groups Projects
Verified Commit 41567069 authored by Griefed's avatar Griefed :joystick:
Browse files

fix: Running out of ideas

parent 6683daa3
No related branches found
No related tags found
No related merge requests found
...@@ -177,7 +177,12 @@ publishing { ...@@ -177,7 +177,12 @@ publishing {
url = "https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/" url = "https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/"
credentials { credentials {
username = System.getenv("OSSRH_USERNAME") username = System.getenv("OSSRH_USERNAME")
password = System.getenv("OSSRH_PASSWORD") } password = System.getenv("OSSRH_PASSWORD")
/*
username = findProperty("sonatypeUsername")
password = findProperty("sonatypePassword")
*/
}
} }
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment