Files
Corneil du Plessis 37833c8c79 Update build to create native container for timestamp-task-3.0.x and timestamp-batch-3.0.x (#200)
* Attempt native tests of timestamp-task-3.0.x and timestamp-batch-3.0.x

* Added org.graalvm.buildtools:native-maven-plugin
2024-09-20 15:57:12 +02:00

5 lines
145 B
Bash
Executable File

#!/bin/bash
if [ ! -f ./target/timestamp-batch-task-3.0.0.jar ]; then
./mvnw clean package
fi
java -jar ./target/timestamp-batch-task-3.0.0.jar