mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-03-04 14:54:42 +01:00

- Switch to MDG instead of using FG - Implement CI-based mod publishing - Embed commit hash into the built jar - Log commit hash
9 lines
188 B
Groovy
9 lines
188 B
Groovy
pluginManagement {
|
|
repositories {
|
|
mavenLocal()
|
|
gradlePluginPortal()
|
|
maven { url = 'https://maven.neoforged.net/releases' }
|
|
}
|
|
}
|
|
|
|
rootProject.name = 'Create'
|