chore: project scaffolding and CI
Gradle 9.4 multi-module setup with Kotlin DSL and version catalog. GitHub Actions builds on push and PR with JDK 25 (Temurin).
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
libGroup=com.mythlane
|
||||
libVersion=0.1.0-SNAPSHOT
|
||||
|
||||
org.gradle.jvmargs=-Xmx2048m
|
||||
org.gradle.caching=true
|
||||
org.gradle.parallel=true
|
||||
|
||||
kotlin.code.style=official
|
||||
Reference in New Issue
Block a user