Skip to content

Commit

Permalink
Don't allow insecure protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
andantet committed Nov 4, 2023
1 parent 93ec103 commit 08d360e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ publishing {
def ENV = System.getenv()
repositories.maven {
url = "https://maven.andante.dev/releases/"
allowInsecureProtocol = true
if (ENV.MAVEN_USERNAME) {
credentials {
username ENV.MAVEN_USERNAME
Expand Down

0 comments on commit 08d360e

Please sign in to comment.