Update dependencies (#1089)

* Update depedencies

* Fix Gradle 9 deprecation warning

* No need for the shadow jar plugin
This commit is contained in:
modmuss
2024-04-15 15:12:49 +01:00
committed by GitHub
parent befebfba9e
commit b8da4e5498
11 changed files with 47 additions and 34 deletions

View File

@@ -14,7 +14,7 @@ import org.gradle.util.GradleVersion;
*/
@SuppressWarnings("unused")
public class LoomGradlePluginBootstrap implements Plugin<PluginAware> {
private static final String MIN_SUPPORTED_GRADLE_VERSION = "8.6";
private static final String MIN_SUPPORTED_GRADLE_VERSION = "8.7";
private static final int MIN_SUPPORTED_MAJOR_JAVA_VERSION = 17;
private static final int MIN_SUPPORTED_MAJOR_IDEA_VERSION = 2021;