CrazyAuctions/settings.gradle.kts

14 lines
271 B
Plaintext
Raw Permalink Normal View History

enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
2024-03-05 18:08:54 +01:00
pluginManagement {
2024-03-05 18:08:54 +01:00
repositories {
maven("https://repo.papermc.io/repository/maven-public/")
gradlePluginPortal()
mavenCentral()
}
}
rootProject.name = "CrazyAuctions"
include(":paper")