Refactor package structure and update dependencies

Renamed package structure to `nl.astraeus.tmpl` for consistency and modified the repository name placeholder. Updated Kotlin and library dependencies, removed unused imports, and adjusted Gradle settings for better project clarity.
This commit is contained in:
2025-04-07 19:34:38 +02:00
parent e1e6f3c9ec
commit 934178f1c4
6 changed files with 13 additions and 15 deletions

View File

@@ -1,5 +1,5 @@
plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.5.0"
}
val REPO_NAME = "template"
val REPO_NAME = "dummy so the gitea template compiles, please remove"
rootProject.name = "${REPO_NAME}"