From b83109c751e3614a9548a5b12991c0e6f45e92f0 Mon Sep 17 00:00:00 2001 From: alex_s168 <63254202+alex-s168@users.noreply.github.com> Date: Fri, 23 May 2025 16:45:45 +0200 Subject: [PATCH] finally TLS on maven server --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index e7e0e43..1df4c13 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,6 @@ repositories { maven { name = "alex's repo" url = uri("http://maven.vxcc.dev/libs") - isAllowInsecureProtocol = true } }