Add Java 16 CI pipeline

See gh-25519
This commit is contained in:
dreis2211
2021-03-05 16:17:13 +01:00
committed by Andy Wilkinson
parent 3c84ea9350
commit d89739cc78
7 changed files with 94 additions and 2 deletions

View File

@@ -0,0 +1,4 @@
#!/bin/bash
set -e
/opt/openjdk-toolchain/bin/java -XshowSettings:properties -version 2>&1 | grep "java.specification.version" | awk '{split($0,parts,"="); print parts[2]}' | awk '{$1=$1;print}'