We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7549fd commit 2f34a8aCopy full SHA for 2f34a8a
build.gradle
@@ -123,7 +123,6 @@ allprojects {
123
if (System.getenv("MAVEN_USER") != null) {
124
maven {
125
url = System.getenv("MAVEN_URL")
126
- allowInsecureProtocol = System.getenv("MAVEN_URL").startsWith("http://") // Mostly for the GTNH maven
127
credentials {
128
username = System.getenv("MAVEN_USER") ?: "NONE"
129
password = System.getenv("MAVEN_PASSWORD") ?: "NONE"
0 commit comments