Added SSL to the PlaceholderAPI repo

Ryan 2020-03-02 14:03:13 -05:00
parent 124b266c3d
commit b582b87641
1 changed files with 2 additions and 2 deletions

@ -21,7 +21,7 @@ Replace `{VERSION}` with the version listed at the top of this page.
<repositories>
<repository>
<id>placeholderapi</id>
<url>http://repo.extendedclip.com/content/repositories/placeholderapi/</url>
<url>https://repo.extendedclip.com/content/repositories/placeholderapi/</url>
</repository>
</repositories>
<dependencies>
@ -41,7 +41,7 @@ Replace `{VERSION}` with the version listed at the top of this page.
```gradle
repositories {
maven {
url = 'http://repo.extendedclip.com/content/repositories/placeholderapi/'
url = 'https://repo.extendedclip.com/content/repositories/placeholderapi/'
}
}