mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-10 15:32:05 -03:30
5 lines
160 B
Bash
Executable File
5 lines
160 B
Bash
Executable File
#!/bin/bash -e
|
|
|
|
if mvn dependency:tree -Dverbose | grep -E '(-dev:|-devtools-)'; then
|
|
echo "[WARNING] Detected development dependencies in the build tree."
|
|
fi |