mirror of
https://github.com/Minestom/Minestom.git
synced 2024-11-01 00:10:19 +01:00
25 lines
488 B
Plaintext
25 lines
488 B
Plaintext
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
|
|
enableFeaturePreview("VERSION_CATALOGS")
|
|
|
|
dependencyResolutionManagement {
|
|
repositories {
|
|
maven("https://jitpack.io")
|
|
mavenCentral()
|
|
}
|
|
}
|
|
|
|
pluginManagement {
|
|
repositories {
|
|
mavenCentral()
|
|
gradlePluginPortal()
|
|
}
|
|
includeBuild("build-logic")
|
|
}
|
|
|
|
rootProject.name = "Minestom"
|
|
include("code-generators")
|
|
include("jmh-benchmarks")
|
|
include("jcstress-tests")
|
|
include("demo")
|
|
include("testing")
|