mirror of
https://github.com/keycloak/keycloak.git
synced 2026-05-26 13:50:48 +00:00
3f62bb4d2b
Closes #34983 Signed-off-by: akbarhusainpatel <apatel@intermiles.com>
5 lines
101 B
Bash
Executable File
5 lines
101 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
./mvnw help:evaluate -Dexpression=project.version -q -DforceStdout -pl .
|