mirror of
https://github.com/webbukkit/dynmap.git
synced 2025-01-15 12:11:34 +01:00
Switch to https://repo.mikeprimm.com for repo
This commit is contained in:
parent
aafb71f668
commit
2270fa75ee
@ -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/
|
||||
|
@ -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/" }
|
||||
|
@ -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/"}
|
||||
|
Loading…
Reference in New Issue
Block a user