Skip to content

Commit

Permalink
trying more stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
MrNavaStar committed Mar 4, 2024
1 parent af43f97 commit 959cfce
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,10 @@ subprojects {
publishing {
repositories {
maven {
name = "protoweaver"
url = "https://maven.mrnavastar.rocks/snapshots"
credentials(PasswordCredentials)
authentication {
basic(BasicAuthentication)
url "https://maven.mrnavastar.rocks/snapshots"
credentials {
username = System.getenv("MAVEN_NAME")
password = System.getenv("MAVEN_SECRET")
}
}
}
Expand Down

0 comments on commit 959cfce

Please sign in to comment.