Skip to content

Commit

Permalink
Updated build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Lenni0451 committed Feb 23, 2023
1 parent 9b4fb5b commit fb15c96
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,7 @@ publishing {
maven {
name = "reposilite"
url = ((project.updatable == "true") ? "https://maven.lenni0451.net/releases" : "https://maven.lenni0451.net/snapshots")
credentials {
username = "${System.env.REPOSILITE_USERNAME}"
password = "${System.env.REPOSILITE_PASSWORD}"
}
credentials(PasswordCredentials)
authentication {
basic(BasicAuthentication)
}
Expand Down

0 comments on commit fb15c96

Please sign in to comment.