mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 20:19:06 +00:00
5 lines
196 B
Bash
Executable File
5 lines
196 B
Bash
Executable File
#!/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}'
|