mirror of
https://github.com/keycloak/keycloak.git
synced 2026-02-18 18:37:54 -05:00
4 lines
101 B
Bash
Executable file
4 lines
101 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
./mvnw help:evaluate -Dexpression=project.version -q -DforceStdout -pl .
|