fix(build): fixed gradle deprecation warning
This commit is contained in:
parent
bf0e7e8aa2
commit
d3188205e3
@ -1,5 +1,4 @@
|
|||||||
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
|
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
|
||||||
enableFeaturePreview("VERSION_CATALOGS")
|
|
||||||
|
|
||||||
rootProject.name = "authmevelocity-parent"
|
rootProject.name = "authmevelocity-parent"
|
||||||
|
|
||||||
@ -14,6 +13,7 @@ listOf("paper", "velocity").forEach {
|
|||||||
}
|
}
|
||||||
|
|
||||||
pluginManagement {
|
pluginManagement {
|
||||||
|
@Suppress("UnstableApiUsage")
|
||||||
includeBuild("build-logic")
|
includeBuild("build-logic")
|
||||||
repositories {
|
repositories {
|
||||||
gradlePluginPortal()
|
gradlePluginPortal()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user