Files
spring-cloud-dataflow-samples/timestamp-task-3.0.x/run-jar.sh
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
133 B
Bash
Executable File

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