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,13 @@
|
||||
rootProject.name = "hytale-async"
|
||||
|
||||
dependencyResolutionManagement {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
maven {
|
||||
name = "hytale"
|
||||
url = uri("https://maven.hytale.com/release")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
include("core", "ecs", "binding", "dist")
|
||||
Reference in New Issue
Block a user