Build(build-docker.sh): Save build time to file

This commit is contained in:
2024-09-04 22:52:52 +08:00
parent 7d328a11d1
commit 9d16a11a89

View File

@@ -6,6 +6,8 @@ JAR_VERSION=${JAR_VERSION#*-}
JAR_VERSION=${JAR_VERSION#*-}
BUILD_TIME=$(date "+%Y%m%d%H%M%S")
echo ${BUILD_TIME} > .build_time
mkdir target/extracted
java -Djarmode=layertools -jar target/${JAR_NAME} extract --destination target/extracted