initial commit
Build and Release / build (push) Failing after 3s

This commit is contained in:
Илья Глазунов
2025-12-22 20:29:34 +03:00
commit 2625155037
26 changed files with 2034 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
rootProject.name = "jail-plugin"
pluginManagement {
repositories {
gradlePluginPortal()
maven("https://repo.papermc.io/repository/maven-public/")
}
}