* Attempt native tests of timestamp-task-3.0.x and timestamp-batch-3.0.x * Added org.graalvm.buildtools:native-maven-plugin
6 lines
132 B
Bash
Executable File
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
|