9
0
mirror of https://github.com/Xiao-MoMi/Custom-Crops.git synced 2026-01-06 15:51:52 +00:00

downgrade AureliumSkills dependency

This commit is contained in:
XiaoMoMi
2024-04-13 22:25:46 +08:00
parent c7c6004300
commit b2d6fab259
2 changed files with 18 additions and 1 deletions

View File

@@ -1,3 +1,20 @@
/*
* Copyright (C) <2024> <XiaoMoMi>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
package net.momirealms.customcrops.gui; package net.momirealms.customcrops.gui;
import org.bukkit.plugin.java.JavaPlugin; import org.bukkit.plugin.java.JavaPlugin;

View File

@@ -24,7 +24,7 @@ dependencies {
compileOnly("com.willfp:libreforge:4.48.1") compileOnly("com.willfp:libreforge:4.48.1")
compileOnly("net.Indyuce:MMOCore-API:1.12-SNAPSHOT") compileOnly("net.Indyuce:MMOCore-API:1.12-SNAPSHOT")
compileOnly("com.github.Archy-X:AureliumSkills:Beta1.3.24") compileOnly("com.github.Archy-X:AureliumSkills:Beta1.3.23")
compileOnly("com.github.Zrips:Jobs:4.17.2") compileOnly("com.github.Zrips:Jobs:4.17.2")
compileOnly("dev.aurelium:auraskills-api-bukkit:2.0.0-SNAPSHOT") compileOnly("dev.aurelium:auraskills-api-bukkit:2.0.0-SNAPSHOT")