We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc59a31 commit e13c1d1Copy full SHA for e13c1d1
.codex/setup.sh
@@ -1,4 +1,7 @@
1
#!/bin/bash
2
+echo "Running setup"
3
cd ..
4
chmod +x mvnw
5
+echo "Download Maven dependencies for local execution"
6
./mvnw clean package -Dtestcontainers.enabled=false
7
+echo "Setup finished successfully"
0 commit comments