Skip to content

Commit 2f34a8a

Browse files
committed
remove HTTP maven support
secure only!
1 parent b7549fd commit 2f34a8a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ allprojects {
123123
if (System.getenv("MAVEN_USER") != null) {
124124
maven {
125125
url = System.getenv("MAVEN_URL")
126-
allowInsecureProtocol = System.getenv("MAVEN_URL").startsWith("http://") // Mostly for the GTNH maven
127126
credentials {
128127
username = System.getenv("MAVEN_USER") ?: "NONE"
129128
password = System.getenv("MAVEN_PASSWORD") ?: "NONE"

0 commit comments

Comments
 (0)