ActuallyAdditions/settings.gradle

15 lines
329 B
Groovy
Raw Permalink Normal View History

2024-03-03 01:20:53 +01:00
pluginManagement {
repositories {
gradlePluginPortal()
maven {
2024-03-04 20:21:48 +01:00
name = 'Official NeoForge Maven'
url = 'https://maven.neoforged.net/releases'
2024-03-03 01:20:53 +01:00
}
}
}
plugins {
2024-03-04 20:21:48 +01:00
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0'
}
2024-03-07 03:04:28 +01:00
rootProject.name = "actuallyadditions"