We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b463e1 commit d816ef5Copy full SHA for d816ef5
1 file changed
kokoro/gcp_ubuntu/build.sh
@@ -34,7 +34,7 @@ echo "JAVA_HOME = $JAVA_HOME"
34
git config --global --add safe.directory /tmpfs/src/git/appengine-java-standard
35
36
# Force usage of the aoss profile to point to google artifacts repository to be MOSS compliant.
37
-./mvnw -e clean install spdx:createSPDX -Paoss
+./mvnw -e -X clean install spdx:createSPDX -Paoss -Dorg.slf4j.simpleLogger.showDateTime=true -Dorg.slf4j.simpleLogger.dateTimeFormat=HH:mm:ss,SSS
38
39
# The artifacts under `${KOKORO_ARTIFACTS_DIR}/maven-artifacts` will be uploaded as a zip file named maven_jars.binary
40
TMP_STAGING_LOCATION=${KOKORO_ARTIFACTS_DIR}/tmp
0 commit comments