From d3188205e337defb6e69b3d9f95145406c0905ec Mon Sep 17 00:00:00 2001 From: Adrian Date: Mon, 6 Feb 2023 20:39:12 -0500 Subject: [PATCH] fix(build): fixed gradle deprecation warning --- settings.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index 3bf25ea..9bb5789 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -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()