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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user