9
0
mirror of https://github.com/Auxilor/EcoMobs.git synced 2026-01-04 15:41:33 +00:00

Updated to Java 21

This commit is contained in:
Auxilor
2024-06-24 13:44:48 +01:00
parent be542028b0
commit 8563c6b655
5 changed files with 13 additions and 8 deletions

View File

@@ -2,12 +2,15 @@ pluginManagement {
repositories {
gradlePluginPortal()
mavenLocal()
maven("https://repo.jpenilla.xyz/snapshots/")
maven("https://repo.auxilor.io/repository/maven-public/")
maven("https://repo.papermc.io/repository/maven-public/")
}
}
plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
}
rootProject.name = "EcoMobs"
// Core