From b2d6fab2590adae02bcfb50d54184edfef313324 Mon Sep 17 00:00:00 2001 From: XiaoMoMi <972454774@qq.com> Date: Sat, 13 Apr 2024 22:25:46 +0800 Subject: [PATCH] downgrade AureliumSkills dependency --- .../customcrops/gui/CustomCropsGUI.java | 17 +++++++++++++++++ plugin/build.gradle.kts | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/gui-plugin/src/main/java/net/momirealms/customcrops/gui/CustomCropsGUI.java b/gui-plugin/src/main/java/net/momirealms/customcrops/gui/CustomCropsGUI.java index 158ee0b..b6f808c 100644 --- a/gui-plugin/src/main/java/net/momirealms/customcrops/gui/CustomCropsGUI.java +++ b/gui-plugin/src/main/java/net/momirealms/customcrops/gui/CustomCropsGUI.java @@ -1,3 +1,20 @@ +/* + * Copyright (C) <2024> + * + * 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 . + */ + package net.momirealms.customcrops.gui; import org.bukkit.plugin.java.JavaPlugin; diff --git a/plugin/build.gradle.kts b/plugin/build.gradle.kts index d5ff9f5..825bbba 100644 --- a/plugin/build.gradle.kts +++ b/plugin/build.gradle.kts @@ -24,7 +24,7 @@ dependencies { compileOnly("com.willfp:libreforge:4.48.1") 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("dev.aurelium:auraskills-api-bukkit:2.0.0-SNAPSHOT")