Files
spring-cloud-dataflow-samples/timestamp-batch-3.0.x/run-native.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

6 lines
132 B
Bash
Executable File

#!/bin/bash
if [ ! -f ./target/timestamp-batch-task ]; then
./mvnw clean native:compile -Pnative
fi
./target/timestamp-batch-task