From 3afec325061235d0417a4b0e39b4ed5af65639b1 Mon Sep 17 00:00:00 2001 From: Lance Ewing Date: Thu, 7 Mar 2024 14:12:58 +0000 Subject: [PATCH] Testing if wrangler version 3 fixes headers issue. --- .github/workflows/gradle.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 8c92d49..97aba80 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -48,6 +48,7 @@ jobs: projectName: 'agile-gdx' directory: 'html/build/dist' gitHubToken: ${{ secrets.GITHUB_TOKEN }} + wranglerVersion: '3' # NOTE: The Gradle Wrapper is the default and recommended way to run Gradle (https://docs.gradle.org/current/userguide/gradle_wrapper.html). # If your project does not have the Gradle Wrapper configured, you can use the following configuration to run Gradle with a specified version.