diff --git a/example-mod12/build.gradle b/example-mod12/build.gradle index 3ceeb18..ca4c530 100644 --- a/example-mod12/build.gradle +++ b/example-mod12/build.gradle @@ -28,7 +28,7 @@ repositories { } maven { name = "lukflug" - url = "http://localhost:8080/maven/" + url = "https://lukflug.github.io/maven/" } } diff --git a/example-mod16-fabric/build.gradle b/example-mod16-fabric/build.gradle index fedd55f..cdab7ee 100644 --- a/example-mod16-fabric/build.gradle +++ b/example-mod16-fabric/build.gradle @@ -29,8 +29,7 @@ configurations { repositories { maven { name = "lukflug" - url = "http://localhost:8080/maven/" - allowInsecureProtocol = true + url = "https://lukflug.github.io/maven/" } } diff --git a/example-mod16-forge/build.gradle b/example-mod16-forge/build.gradle index 88c04f8..b67d997 100644 --- a/example-mod16-forge/build.gradle +++ b/example-mod16-forge/build.gradle @@ -35,8 +35,7 @@ repositories { } maven { name = "lukflug" - url = "http://localhost:8080/maven/" - allowInsecureProtocol = true + url = "https://lukflug.github.io/maven/" } } diff --git a/example-mod17/build.gradle b/example-mod17/build.gradle index f4010a4..1563f83 100644 --- a/example-mod17/build.gradle +++ b/example-mod17/build.gradle @@ -24,8 +24,7 @@ configurations { repositories { maven { name = "lukflug" - url = "http://localhost:8080/maven/" - allowInsecureProtocol = true + url = "https://lukflug.github.io/maven/" } } diff --git a/example-mod8-fabric/build.gradle b/example-mod8-fabric/build.gradle index a02eba4..b4bcd77 100644 --- a/example-mod8-fabric/build.gradle +++ b/example-mod8-fabric/build.gradle @@ -33,8 +33,7 @@ repositories { } maven { name = "lukflug" - url = "http://localhost:8080/maven/" - allowInsecureProtocol = true + url = "https://lukflug.github.io/maven/" } } diff --git a/example-mod8-forge/build.gradle b/example-mod8-forge/build.gradle index ae5f14d..7a03e95 100644 --- a/example-mod8-forge/build.gradle +++ b/example-mod8-forge/build.gradle @@ -36,7 +36,7 @@ repositories { } maven { name = "lukflug" - url = "http://localhost:8080/maven/" + url = "https://lukflug.github.io/maven/" } } diff --git a/panelstudio-mc17/build.gradle b/panelstudio-mc17/build.gradle index 9a2195e..bfba311 100644 --- a/panelstudio-mc17/build.gradle +++ b/panelstudio-mc17/build.gradle @@ -18,8 +18,7 @@ apply plugin: "maven-publish" repositories { maven { name = "lukflug" - url = "http://localhost:8080/maven/" - allowInsecureProtocol = true + url = "https://lukflug.github.io/maven/" } }