Fix Gradle build warning (#232)

The warning was introduced by 1e502009.
This commit is contained in:
translatenix
2024-02-22 15:06:17 -08:00
committed by GitHub
parent d756dff0e7
commit 115e775d1b

View File

@@ -1,5 +1,7 @@
@file:Suppress("UnstableApiUsage")
rootProject.name = "buildSrc"
pluginManagement {
repositories {
mavenCentral()