2023-02-12 11:48:36 +13:00
|
|
|
pluginManagement {
|
2024-01-07 15:04:18 +13:00
|
|
|
includeBuild("build-logic")
|
|
|
|
repositories {
|
|
|
|
gradlePluginPortal()
|
|
|
|
maven("https://repo.papermc.io/repository/maven-public/")
|
|
|
|
}
|
2023-02-12 11:48:36 +13:00
|
|
|
}
|
|
|
|
|
2024-01-07 15:04:18 +13:00
|
|
|
plugins {
|
|
|
|
id("org.gradle.toolchains.foojay-resolver-convention") version "0.7.0"
|
|
|
|
}
|
2023-02-12 11:48:36 +13:00
|
|
|
|
2024-01-07 15:04:18 +13:00
|
|
|
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
|
|
|
|
|
|
|
|
rootProject.name = "ignite-mod-template"
|