ActuallyAdditions/settings.gradle
2024-10-27 11:31:14 +00:00

15 lines
330 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"