We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38e0ca6 commit f62aee7Copy full SHA for f62aee7
1 file changed
java-showcase/scripts/generate_showcase.sh
@@ -8,6 +8,7 @@ trap cleanup ERR
8
readonly ROOT_DIR="$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )/../.."
9
pushd "${ROOT_DIR}"
10
source "${ROOT_DIR}/java-showcase/scripts/showcase_utilities.sh"
11
+export TEST_CURRENT_YEAR=2025
12
13
cleanup() {
14
if [[ -z "${api_def_dir}" ]]; then
0 commit comments