Files
async/gradle.properties
T
kayjaydee e201a227ea 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).
2026-04-28 16:29:46 +02:00

9 lines
155 B
Properties

libGroup=com.mythlane
libVersion=0.1.0-SNAPSHOT
org.gradle.jvmargs=-Xmx2048m
org.gradle.caching=true
org.gradle.parallel=true
kotlin.code.style=official