This commit is contained in:
Mike Primm 2020-07-25 23:37:22 -05:00
parent aafb71f668
commit 2270fa75ee
3 changed files with 3 additions and 3 deletions

View File

@ -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 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 '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 # 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/ I've just created a Reddit for the Dynmap family of mods/plugins - please give it a try - https://www.reddit.com/r/Dynmap/

View File

@ -9,7 +9,7 @@ allprojects {
repositories { repositories {
mavenLocal() mavenLocal()
maven { url "https://oss.sonatype.org/content/repositories/releases" } 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://repo.maven.apache.org/maven2" }
maven { url "https://hub.spigotmc.org/nexus/content/repositories/snapshots/" } maven { url "https://hub.spigotmc.org/nexus/content/repositories/snapshots/" }
maven { url "https://repo.codemc.org/repository/maven-public/" } maven { url "https://repo.codemc.org/repository/maven-public/" }

View File

@ -1,7 +1,7 @@
buildscript { buildscript {
repositories { repositories {
maven { url = 'https://files.minecraftforge.net/maven' } maven { url = 'https://files.minecraftforge.net/maven' }
maven { url "http://repo.mikeprimm.com" } maven { url "https://repo.mikeprimm.com" }
jcenter() jcenter()
mavenCentral() mavenCentral()
maven {url = "https://oss.sonatype.org/content/repositories/snapshots/"} maven {url = "https://oss.sonatype.org/content/repositories/snapshots/"}