9
0
mirror of https://github.com/Xiao-MoMi/Custom-Crops.git synced 2025-12-23 17:09:21 +00:00

Update build.gradle

This commit is contained in:
Xiao-MoMi
2023-05-05 22:55:39 +08:00
parent efd7d1282a
commit c1a14bf18f

View File

@@ -25,23 +25,21 @@ dependencies {
compileOnly ('dev.dejvokep:boosted-yaml:1.3')
compileOnly ('com.github.Archy-X:AureliumSkills:Beta1.3.18')
compileOnly ('commons-io:commons-io:2.11.0')
compileOnly ('com.github.angeschossen:LandsAPI:6.26.18')
compileOnly ('com.github.TechFortress:GriefPrevention:16.18')
compileOnly ('io.papermc.paper:paper-api:1.19.4-R0.1-SNAPSHOT')
compileOnly ('me.clip:placeholderapi:2.11.3')
compileOnly ('com.github.LoneDev6:api-itemsadder:3.4.1-r4')
compileOnly ('io.lumine:Mythic-Dist:5.0.3-SNAPSHOT')
compileOnly('com.willfp:EcoSkills:2.2.6')
compileOnly('com.willfp:eco:6.53.1')
compileOnly('com.willfp:EcoJobs:3.2.5')
compileOnly('net.objecthunter:exp4j:0.4.8')
compileOnly fileTree(dir:'libs',includes:['*.jar'])
compileOnly ('com.willfp:EcoSkills:2.2.6')
compileOnly ('com.willfp:eco:6.53.1')
compileOnly ('com.willfp:EcoJobs:3.2.5')
compileOnly ('net.objecthunter:exp4j:0.4.8')
compileOnly fileTree (dir:'libs',includes:['*.jar'])
implementation ('net.kyori:adventure-api:4.13.1')
implementation ('net.kyori:adventure-platform-bukkit:4.3.0')
implementation ('net.kyori:adventure-text-minimessage:4.13.1')
implementation ("de.tr7zw:item-nbt-api:2.11.2")
implementation ('org.bstats:bstats-bukkit:3.0.1')
implementation fileTree(dir:'libs',includes:['BiomeAPI.jar','ProtectionLib.jar'])
implementation fileTree (dir:'libs',includes:['BiomeAPI.jar','ProtectionLib.jar'])
}
def targetJavaVersion = 17