Skip to content

Commit a038efe

Browse files
committed
ci: enable build caching in the MPS compatibility workflow
1 parent 85ac617 commit a038efe

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/mps-compatibility.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,10 @@ jobs:
3131
distribution: 'temurin'
3232
java-version: '17'
3333
- name: Build with ${{ matrix.version }}
34-
run: ./gradlew :mps-model-adapters:build :mps-model-server-plugin:build -Pmps.version=${{ matrix.version }}
34+
uses: gradle/gradle-build-action@v2
35+
with:
36+
arguments: |
37+
--build-cache
38+
:mps-model-adapters:build
39+
:mps-model-server-plugin:build
40+
-Pmps.version=${{ matrix.version }}

0 commit comments

Comments
 (0)