Initial commit

This commit is contained in:
2023-08-28 14:00:07 +02:00
commit 35736a5fd2
23 changed files with 1035 additions and 0 deletions

12
settings.gradle.kts Normal file
View File

@@ -0,0 +1,12 @@
pluginManagement {
repositories {
mavenCentral()
gradlePluginPortal()
}
}
plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.5.0"
}
rootProject.name = "mc-pdp"