summaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorLMBishop <13875753+LMBishop@users.noreply.github.com>2021-03-03 15:51:45 +0000
committerLMBishop <13875753+LMBishop@users.noreply.github.com>2021-03-03 15:51:45 +0000
commit230f5a86bb8df40df0995c26e8750ec6f5f5d80a (patch)
tree33cd2b9a88d364eb2e6637405e046261bc32c660 /build.gradle
parentb851c0fcfc97754a7f1cfb3afa6177a0f9157f95 (diff)
Using HTTPS rather than HTTP
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle
index 6b7d03e3..2af494ef 100644
--- a/build.gradle
+++ b/build.gradle
@@ -17,7 +17,7 @@ repositories {
maven { url = 'https://hub.spigotmc.org/nexus/content/repositories/snapshots/' }
// ASkyBlock
maven {
- url 'http://dl.bintray.com/tastybento/maven-repo'
+ url 'https://dl.bintray.com/tastybento/maven-repo'
credentials {
username = 'bintray'
}
@@ -27,11 +27,11 @@ repositories {
// uSkyBlock
maven { url = 'https://raw.github.com/rlf/uSkyBlock/mvn-repo/' }
// Citizens
- maven { url = 'http://repo.citizensnpcs.co/' }
+ maven { url = 'https://repo.citizensnpcs.co/' }
// MythicMobs
maven { url = 'https://mvn.lumine.io/repository/maven-public/' }
// PlaceholderAPI
- maven { url = 'http://repo.extendedclip.com/content/repositories/placeholderapi/' }
+ maven { url = 'https://repo.extendedclip.com/content/repositories/placeholderapi/' }
// EssentialsX
maven { url = 'https://repo.essentialsx.net/releases/' }
// JitPack (IridiumSkyblock, ShopGUI+)