mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-22 02:25:41 +01:00
Update to all use https links.
parent
f43570ce20
commit
fcd4299146
@ -2,7 +2,7 @@ This document outlines the basics of how plugin developers can read and modify M
|
||||
|
||||
|
||||
## Adding Multiverse-Core to your project
|
||||
All Multiverse modules are hosted on our very own [nexus repository](http://repo.onarandombox.com/content/groups/public).
|
||||
All Multiverse modules are hosted on our very own [nexus repository](https://repo.onarandombox.com/content/groups/public).
|
||||
|
||||
To replace the placeholders with the various artifactId for Multiverse modules are:
|
||||
* Multiverse-Core
|
||||
@ -18,7 +18,7 @@ As for the version, use the latest release version based on their respective Buk
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>OnARandomBox</id>
|
||||
<url>http://repo.onarandombox.com/content/groups/public/</url>
|
||||
<url>https://repo.onarandombox.com/content/groups/public/</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
@ -35,7 +35,7 @@ As for the version, use the latest release version based on their respective Buk
|
||||
### Gradle
|
||||
```gradle
|
||||
repositories {
|
||||
maven { url = "http://repo.onarandombox.com/content/groups/public/" }
|
||||
maven { url = "https://repo.onarandombox.com/content/groups/public/" }
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
Loading…
Reference in New Issue
Block a user