Skip to content

Commit

Permalink
Fix publishing repo settings for Gradle 7.
Browse files Browse the repository at this point in the history
  • Loading branch information
gfour committed Jan 11, 2022
1 parent b26c6f9 commit dd9dc4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ if (project.hasProperty('artifactory_user')) {
}
//Always publish to the public releases repo
url "${artifactory_contextUrl}/libs-public-release-local"
allowInsecureProtocol true
}
}
}
Expand Down

0 comments on commit dd9dc4a

Please sign in to comment.