NaturesAura/settings.gradle

11 lines
245 B
Groovy
Raw Normal View History

2023-07-08 12:32:27 +02:00
pluginManagement {
repositories {
2024-02-03 14:49:36 +01:00
mavenLocal()
2023-07-08 12:32:27 +02:00
gradlePluginPortal()
2024-02-03 14:49:36 +01:00
maven { url = 'https://maven.neoforged.net/releases' }
2023-07-08 12:32:27 +02:00
}
}
plugins {
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.5.0'
2024-02-03 14:49:36 +01:00
}