We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5c8280 commit 92925f2Copy full SHA for 92925f2
2 files changed
.github/workflows/deploy_snapshot.yml
@@ -15,7 +15,7 @@ on:
15
types: [ trigger_after_upstream_deploy ]
16
17
env:
18
- GRADLE_VERSION: 7.4 # Gradle version used
+ GRADLE_VERSION: 7.6 # Gradle version used
19
GRADLE_CLI_OPTS: "-Pci --build-cache --refresh-dependencies" # CLI options passed to Gradle
20
GRADLE_BUILD_ACTION_CACHE_KEY_JOB: "test-cache-${{ github.head_ref }}.${{ github.sha }}"
21
.github/workflows/test_branch.yml
@@ -12,7 +12,7 @@ on:
12
branches-ignore: [ "dev" ] # Do not run this on the default branch
13
14
0 commit comments