diff --git a/README.md b/README.md index dc4e66de..edd9876f 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ treat it accordingly. Plugins or mods using the published APIs - DynmapCoreAPI (for all platforms) or dynmap-api (only for Spigot/Bukkit) - may access these components as 'compile' dependencies: DO NOT INTEGRATE THEM INTO YOUR PLUGIN - this will break Dynmap and/or other plugins when these interfaces are updated or -expanded. These libraries are published at http://repo.mikeprimm.com and will be updated each official release. +expanded. These libraries are published at https://repo.mikeprimm.com and will be updated each official release. # Where to go for questions and discussions I've just created a Reddit for the Dynmap family of mods/plugins - please give it a try - https://www.reddit.com/r/Dynmap/ diff --git a/build.gradle b/build.gradle index 16672801..c5bfd692 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ allprojects { repositories { mavenLocal() maven { url "https://oss.sonatype.org/content/repositories/releases" } - maven { url "http://repo.mikeprimm.com" } + maven { url "https://repo.mikeprimm.com" } maven { url "https://repo.maven.apache.org/maven2" } maven { url "https://hub.spigotmc.org/nexus/content/repositories/snapshots/" } maven { url "https://repo.codemc.org/repository/maven-public/" } diff --git a/forge-1.13.2/build.gradle b/forge-1.13.2/build.gradle index 2ee6bce6..2b6ca886 100644 --- a/forge-1.13.2/build.gradle +++ b/forge-1.13.2/build.gradle @@ -1,7 +1,7 @@ buildscript { repositories { maven { url = 'https://files.minecraftforge.net/maven' } - maven { url "http://repo.mikeprimm.com" } + maven { url "https://repo.mikeprimm.com" } jcenter() mavenCentral() maven {url = "https://oss.sonatype.org/content/repositories/snapshots/"}