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:
@@ -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>
|
||||
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -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
|
||||
|
||||
@@ -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')
|
||||
|
||||
@@ -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'
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user