mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-05 04:49:10 +01:00
11 lines
No EOL
245 B
Groovy
11 lines
No EOL
245 B
Groovy
pluginManagement {
|
|
repositories {
|
|
mavenLocal()
|
|
gradlePluginPortal()
|
|
maven { url = 'https://maven.neoforged.net/releases' }
|
|
}
|
|
}
|
|
|
|
plugins {
|
|
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.5.0'
|
|
} |