Initial commit

This commit is contained in:
Jannik Reimers 2024-10-01 12:57:44 +02:00 committed by GitHub
commit 5307298dae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
41 changed files with 2485 additions and 0 deletions

18
settings.gradle.kts Normal file
View file

@ -0,0 +1,18 @@
pluginManagement {
plugins {
// Update this in libs.version.toml when you change it here.
kotlin("jvm") version "2.0.20"
kotlin("plugin.serialization") version "2.0.20"
// Update this in libs.version.toml when you change it here.
id("io.gitlab.arturbosch.detekt") version "1.23.6"
id("com.github.jakemarsden.git-hooks") version "0.0.2"
id("com.github.johnrengelman.shadow") version "8.1.1"
id("dev.kordex.gradle.docker") version "1.4.2"
id("dev.kordex.gradle.kordex") version "1.4.2"
}
}
rootProject.name = "template"