Skip to content

Commit f789178

Browse files
committed
Update Gradle Version to 7.6.4
1 parent 35e09f2 commit f789178

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deploy_snapshot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
types: [ trigger_after_upstream_deploy ]
1616

1717
env:
18-
GRADLE_VERSION: 7.4 # Gradle version used
18+
GRADLE_VERSION: 7.6.4 # Gradle version used
1919
GRADLE_CLI_OPTS: "-Pci --build-cache " # CLI options passed to Gradle
2020
GRADLE_BUILD_ACTION_CACHE_KEY_JOB: "test-cache-${{ github.head_ref }}.${{ github.sha }}"
2121

@@ -60,4 +60,4 @@ jobs:
6060
uses: MontiCore/monticore/.github/workflows/call_trigger_downstream.yml@dev
6161
with:
6262
projects: "['MontiCore/monticore']"
63-
secrets: inherit
63+
secrets: inherit

.github/workflows/test_branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
branches-ignore: [ "dev" ] # Do not run this on the default branch
1313

1414
env:
15-
GRADLE_VERSION: 7.4 # Gradle version used
15+
GRADLE_VERSION: 7.6.4 # Gradle version used
1616
GRADLE_CLI_OPTS: "-Pci --build-cache " # CLI options passed to Gradle
1717
GRADLE_BUILD_ACTION_CACHE_KEY_JOB: "test-cache-${{ github.head_ref }}.${{ github.sha }}"
1818

0 commit comments

Comments
 (0)