builds in docker

This commit is contained in:
2026-03-16 16:50:49 -06:00
parent 790ca442b2
commit 9209455f02
3 changed files with 21 additions and 24 deletions

View File

@@ -20,10 +20,13 @@ dependencies {
mappings "net.fabricmc:yarn:1.21.1+build.3:v2"
modImplementation "net.fabricmc:fabric-loader:0.16.5"
modImplementation "net.fabricmc.fabric-api:fabric-api:0.106.1+1.21.1"
modImplementation "net.fabricmc.fabric-api:fabric-api:0.110.0+1.21.1"
// Cobblemon
modImplementation "com.cobblemon:fabric:1.7.3+1.21.1"
// Kotlin stdlib needed at compile time to resolve Cobblemon's Kotlin class markers
compileOnly "org.jetbrains.kotlin:kotlin-stdlib:1.9.25"
}
java {