2024-04-10 15:57:17 -06:00
|
|
|
pluginManagement {
|
|
|
|
repositories {
|
|
|
|
maven {
|
|
|
|
name = 'Quilt'
|
|
|
|
url = 'https://maven.quiltmc.org/repository/release'
|
|
|
|
}
|
|
|
|
// Currently needed for Intermediary and other temporary dependencies
|
|
|
|
maven {
|
|
|
|
name = 'Fabric'
|
|
|
|
url = 'https://maven.fabricmc.net/'
|
|
|
|
}
|
|
|
|
gradlePluginPortal()
|
|
|
|
}
|
|
|
|
}
|
2024-09-11 04:49:27 -06:00
|
|
|
include 'src:main:kotlin'
|
|
|
|
findProject(':src:main:kotlin')?.name = 'kotlin'
|
|
|
|
|