create PackageManifest.kt and get test working

This commit is contained in:
2025-07-30 03:15:37 -05:00
parent 0baf6b876b
commit c14a7be42a
21 changed files with 361 additions and 70 deletions

View File

@@ -2,14 +2,6 @@ package buildsrc.convention
import org.gradle.api.tasks.testing.logging.TestLogEvent
plugins {
kotlin("jvm")
}
kotlin {
jvmToolchain(21)
}
tasks.withType<Test>().configureEach {
useJUnitPlatform()