diff --git a/RPGRegions.iml b/RPGRegions.iml index 2f034dc..f158997 100644 --- a/RPGRegions.iml +++ b/RPGRegions.iml @@ -1,5 +1,5 @@ - + @@ -7,6 +7,7 @@ + \ No newline at end of file diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 44e7c4d..da9702f 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-5.2.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-6.8-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/legacy/build.gradle b/legacy/build.gradle index d99ea7a..d6929a8 100644 --- a/legacy/build.gradle +++ b/legacy/build.gradle @@ -35,6 +35,8 @@ repositories { maven { url = 'https://campfire.islandearth.net/maven/' } + + maven { url 'https://jitpack.io' } } dependencies { @@ -47,7 +49,7 @@ dependencies { exclude group: 'com.destroystokyo.paper' exclude group: 'org.spigotmc' } - implementation 'net.islandearth:languagy-api:2.0.2-SNAPSHOT' // languagy + implementation 'com.gitlab.samb440.languagy:api:master-SNAPSHOT' // languagy compileOnly 'org.spigotmc:spigot-api:1.12.2-R0.1-SNAPSHOT' // spigot compileOnly project(':rpgregions') compileOnly project(':api') diff --git a/modern/build.gradle b/modern/build.gradle index 1a2dc7b..bce80cb 100644 --- a/modern/build.gradle +++ b/modern/build.gradle @@ -34,6 +34,8 @@ repositories { maven { url = 'https://campfire.islandearth.net/maven/' } + + maven { url 'https://jitpack.io' } } compileJava { @@ -42,7 +44,7 @@ compileJava { dependencies { testCompile group: 'junit', name: 'junit', version: '4.12' - implementation 'net.islandearth:languagy-api:2.0.2-SNAPSHOT' // languagy + implementation 'com.gitlab.samb440.languagy:api:master-SNAPSHOT' // languagy compileOnly ('com.sk89q.worldguard:worldguard-bukkit:7.0.4-SNAPSHOT') { exclude group: 'com.destroystokyo.paper' exclude group: 'org.spigotmc' diff --git a/rpgregions/build.gradle b/rpgregions/build.gradle index bd9a861..a85cc58 100644 --- a/rpgregions/build.gradle +++ b/rpgregions/build.gradle @@ -65,7 +65,7 @@ dependencies { //implementation 'net.kyori:adventure-text-minimessage:4.0.0-SNAPSHOT' //implementation 'net.kyori:adventure-platform-bukkit:4.0.0-SNAPSHOT' - implementation 'net.islandearth:languagy-api:2.0.2-SNAPSHOT' // languagy + implementation 'com.gitlab.samb440.languagy:api:master-SNAPSHOT' // languagy implementation 'co.aikar:acf-paper:0.5.0-SNAPSHOT' // commands implementation 'co.aikar:idb-core:1.0.0-SNAPSHOT' // database implementation 'com.zaxxer:HikariCP:2.4.1' // database