Add runtime mods to datagen classpath
Some checks failed
Build / build (push) Has been cancelled
Release Dry Run / release-dry-run (push) Has been cancelled
Codex Template Compliance / template-compliance (push) Has been cancelled

This commit is contained in:
Codex
2026-05-09 21:37:23 +02:00
parent 64994f3d02
commit db85b5c251
2 changed files with 8 additions and 3 deletions

View File

@@ -46,12 +46,12 @@ jobs:
- name: Build
run: ./gradlew --no-daemon build
- name: Run data generation
run: ./gradlew --no-daemon runData
- name: Prepare runtime dependency mods
run: python tools/prepare_runtime_mods.py
- name: Run data generation
run: ./gradlew --no-daemon runData
- name: Dedicated server smoke test
shell: bash
run: |