Skip to content
This repository has been archived by the owner on Jan 16, 2025. It is now read-only.

Commit

Permalink
Update to 3.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
CoderFrish committed Dec 29, 2024
2 parents 79c1e17 + a383083 commit 8bcea40
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,8 @@ publishing {
maven("https://repo.menthamc.com/repository/maven-releases/") {
name = "MenthaMC"
credentials {
// username = System.getenv("MAVEN_USERNAME")
// password = System.getenv("MAVEN_PASSWORD")
username = "coderfrish"
password = "20100422Frish2021"
username = System.getenv("MAVEN_USERNAME")
password = System.getenv("MAVEN_PASSWORD")
}
}
}
Expand Down

0 comments on commit 8bcea40

Please sign in to comment.