Skip to content

Commit

Permalink
add my maven
Browse files Browse the repository at this point in the history
  • Loading branch information
Fallen-Breath committed Aug 26, 2023
1 parent 72e2181 commit 777e86b
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,17 @@ publishing {

// select the repositories you want to publish to
repositories {
// uncomment to publish to the local maven
// mavenLocal()

// maven {
// url = version.endsWith("SNAPSHOT") ? "https://maven.fallenbreath.me/snapshots" : "https://maven.fallenbreath.me/releases"
// credentials(PasswordCredentials) {
// username = 'fallen'
// password = System.getenv("FALLENS_MAVEN_TOKEN")
// }
// authentication {
// basic(BasicAuthentication)
// }
// }
}
}

0 comments on commit 777e86b

Please sign in to comment.