From 32f6b99e624fc398c916d4b09bfb8a5c9abe397b Mon Sep 17 00:00:00 2001 From: wsandersvc <253146473+wsandersvc@users.noreply.github.com> Date: Mon, 23 Mar 2026 15:31:01 -0500 Subject: [PATCH] Update veracode-build-dart.yml --- .github/workflows/veracode-build-dart.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/veracode-build-dart.yml b/.github/workflows/veracode-build-dart.yml index 3a7c5497d..594f79e7a 100644 --- a/.github/workflows/veracode-build-dart.yml +++ b/.github/workflows/veracode-build-dart.yml @@ -29,6 +29,7 @@ jobs: - name: Set up JDK 1.8 uses: actions/setup-java@v4 with: + distribution: temurin java-version: 1.8 - name: Setup Android SDK @@ -46,4 +47,4 @@ jobs: - uses: actions/upload-artifact@v4 with: name: veracode-artifact - path: build/app/outputs/flutter-apk \ No newline at end of file + path: build/app/outputs/flutter-apk