fix(build): fixed gradle deprecation warning

This commit is contained in:
Adrian 2023-02-06 20:39:12 -05:00
parent bf0e7e8aa2
commit d3188205e3

View File

@ -1,5 +1,4 @@
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
enableFeaturePreview("VERSION_CATALOGS")
rootProject.name = "authmevelocity-parent"
@ -14,6 +13,7 @@ listOf("paper", "velocity").forEach {
}
pluginManagement {
@Suppress("UnstableApiUsage")
includeBuild("build-logic")
repositories {
gradlePluginPortal()