mirror of
https://github.com/keycloak/keycloak.git
synced 2026-05-23 09:49:44 -05: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 .
|