9
0
mirror of https://gitlab.com/SamB440/rpgregions-2.git synced 2025-12-27 02:39:07 +00:00

Update Languagy dependency, update Gradle to 6.8

This commit is contained in:
SamB440
2021-01-13 19:20:54 +00:00
parent d9256ad79e
commit 423be44927
5 changed files with 10 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<module external.linked.project.id="RPGRegions" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="net.islandearth" external.system.module.version="1.0.5" type="JAVA_MODULE" version="4">
<module external.linked.project.id="RPGRegions" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="net.islandearth" external.system.module.version="1.3.3" type="JAVA_MODULE" version="4">
<component name="ExternalSystem" externalSystem="GRADLE" externalSystemModuleGroup="net.islandearth" externalSystemModuleVersion="1.3.3" linkedProjectId="RPGRegions" linkedProjectPath="$MODULE_DIR$" rootProjectPath="$MODULE_DIR$" />
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
@@ -7,6 +7,7 @@
<excludeFolder url="file://$MODULE_DIR$/.gradle" />
<excludeFolder url="file://$MODULE_DIR$/build" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

View File

@@ -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

View File

@@ -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')

View File

@@ -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'

View File

@@ -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