Work more on migrations to 1.21
This commit is contained in:
parent
922f89d14c
commit
ddc7fa9952
16 changed files with 480 additions and 212 deletions
|
@ -1,10 +1,14 @@
|
|||
pluginManagement {
|
||||
repositories {
|
||||
maven { url "https://maven.fabricmc.net/" }
|
||||
maven { url "https://maven.architectury.dev/" }
|
||||
maven { url "https://files.minecraftforge.net/maven/" }
|
||||
mavenLocal()
|
||||
gradlePluginPortal()
|
||||
maven { url = 'https://maven.neoforged.net/releases' }
|
||||
}
|
||||
}
|
||||
|
||||
rootProject.name = 'ariasessentials'
|
||||
|
||||
plugins {
|
||||
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.9.0'
|
||||
}
|
||||
|
||||
rootProject.name = 'ariasessentials'
|
Loading…
Add table
Add a link
Reference in a new issue