mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-22 17:35:22 +00:00
4 lines
195 B
Bash
Executable File
4 lines
195 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
/opt/openjdk-secondary/bin/java -XshowSettings:properties -version 2>&1 | grep "java.specification.version" | awk '{split($0,parts,"="); print parts[2]}' | awk '{$1=$1;print}' |