mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-06 19:36:03 +00:00
7 lines
125 B
Bash
Executable File
7 lines
125 B
Bash
Executable File
#! /bin/bash
|
|
|
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
|
|
|
|
java -version
|
|
|
|
exec bash $DIR/build.sh |