fix: pin maven to 3.9.9 via .mise.toml to fix Railway build

maven@3.9.16 does not exist in the archive; railpack auto-detected wrong version.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
luklpz 2026-05-17 20:16:52 +02:00
parent 1193c2d888
commit 292eca2b4a
1 changed files with 3 additions and 0 deletions

3
sync-service/.mise.toml Normal file
View File

@ -0,0 +1,3 @@
[tools]
java = "21.0.2"
maven = "3.9.9"