ActuallyAdditions/settings.gradle
2024-03-06 20:04:28 -06:00

15 lines
329 B
Groovy

pluginManagement {
repositories {
gradlePluginPortal()
maven {
name = 'Official NeoForge Maven'
url = 'https://maven.neoforged.net/releases'
}
}
}
plugins {
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0'
}
rootProject.name = "actuallyadditions"