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