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:
parent
1193c2d888
commit
292eca2b4a
|
|
@ -0,0 +1,3 @@
|
|||
[tools]
|
||||
java = "21.0.2"
|
||||
maven = "3.9.9"
|
||||
Loading…
Reference in New Issue