[skip ci] Use renamed Gradle build action (#17022)
This commit is contained in:
parent
be492a38b5
commit
b8a8e04537
|
@ -66,7 +66,7 @@ jobs:
|
||||||
|
|
||||||
- name: Generate multisrc sources
|
- name: Generate multisrc sources
|
||||||
if: ${{ steps.parse-changed-files.outputs.isMultisrcChanged == '1' }}
|
if: ${{ steps.parse-changed-files.outputs.isMultisrcChanged == '1' }}
|
||||||
uses: gradle/gradle-command-action@v2
|
uses: gradle/gradle-build-action@v2
|
||||||
with:
|
with:
|
||||||
arguments: :multisrc:generateExtensions
|
arguments: :multisrc:generateExtensions
|
||||||
|
|
||||||
|
@ -114,7 +114,7 @@ jobs:
|
||||||
distribution: adopt
|
distribution: adopt
|
||||||
|
|
||||||
- name: Generate sources from the multi-source library
|
- name: Generate sources from the multi-source library
|
||||||
uses: gradle/gradle-command-action@v2
|
uses: gradle/gradle-build-action@v2
|
||||||
env:
|
env:
|
||||||
CI_MODULE_GEN: "true"
|
CI_MODULE_GEN: "true"
|
||||||
with:
|
with:
|
||||||
|
@ -122,7 +122,7 @@ jobs:
|
||||||
cache-read-only: true
|
cache-read-only: true
|
||||||
|
|
||||||
- name: Build extensions (chunk ${{ matrix.chunk }})
|
- name: Build extensions (chunk ${{ matrix.chunk }})
|
||||||
uses: gradle/gradle-command-action@v2
|
uses: gradle/gradle-build-action@v2
|
||||||
env:
|
env:
|
||||||
CI_MULTISRC: "true"
|
CI_MULTISRC: "true"
|
||||||
CI_CHUNK_NUM: ${{ matrix.chunk }}
|
CI_CHUNK_NUM: ${{ matrix.chunk }}
|
||||||
|
@ -148,7 +148,7 @@ jobs:
|
||||||
distribution: adopt
|
distribution: adopt
|
||||||
|
|
||||||
- name: Build extensions (chunk ${{ matrix.chunk }})
|
- name: Build extensions (chunk ${{ matrix.chunk }})
|
||||||
uses: gradle/gradle-command-action@v2
|
uses: gradle/gradle-build-action@v2
|
||||||
env:
|
env:
|
||||||
CI_MULTISRC: "false"
|
CI_MULTISRC: "false"
|
||||||
CI_CHUNK_NUM: ${{ matrix.chunk }}
|
CI_CHUNK_NUM: ${{ matrix.chunk }}
|
||||||
|
|
|
@ -38,7 +38,7 @@ jobs:
|
||||||
distribution: adopt
|
distribution: adopt
|
||||||
|
|
||||||
- name: Generate multisrc sources
|
- name: Generate multisrc sources
|
||||||
uses: gradle/gradle-command-action@v2
|
uses: gradle/gradle-build-action@v2
|
||||||
with:
|
with:
|
||||||
arguments: :multisrc:generateExtensions
|
arguments: :multisrc:generateExtensions
|
||||||
|
|
||||||
|
@ -89,14 +89,14 @@ jobs:
|
||||||
echo ${{ secrets.SIGNING_KEY }} | base64 -d > signingkey.jks
|
echo ${{ secrets.SIGNING_KEY }} | base64 -d > signingkey.jks
|
||||||
|
|
||||||
- name: Generate sources from the multi-source library
|
- name: Generate sources from the multi-source library
|
||||||
uses: gradle/gradle-command-action@v2
|
uses: gradle/gradle-build-action@v2
|
||||||
env:
|
env:
|
||||||
CI_MODULE_GEN: "true"
|
CI_MODULE_GEN: "true"
|
||||||
with:
|
with:
|
||||||
arguments: :multisrc:generateExtensions
|
arguments: :multisrc:generateExtensions
|
||||||
|
|
||||||
- name: Build extensions (chunk ${{ matrix.chunk }})
|
- name: Build extensions (chunk ${{ matrix.chunk }})
|
||||||
uses: gradle/gradle-command-action@v2
|
uses: gradle/gradle-build-action@v2
|
||||||
env:
|
env:
|
||||||
CI_MULTISRC: "true"
|
CI_MULTISRC: "true"
|
||||||
CI_CHUNK_NUM: ${{ matrix.chunk }}
|
CI_CHUNK_NUM: ${{ matrix.chunk }}
|
||||||
|
@ -138,7 +138,7 @@ jobs:
|
||||||
echo ${{ secrets.SIGNING_KEY }} | base64 -d > signingkey.jks
|
echo ${{ secrets.SIGNING_KEY }} | base64 -d > signingkey.jks
|
||||||
|
|
||||||
- name: Build extensions (chunk ${{ matrix.chunk }})
|
- name: Build extensions (chunk ${{ matrix.chunk }})
|
||||||
uses: gradle/gradle-command-action@v2
|
uses: gradle/gradle-build-action@v2
|
||||||
env:
|
env:
|
||||||
CI_MULTISRC: "false"
|
CI_MULTISRC: "false"
|
||||||
CI_CHUNK_NUM: ${{ matrix.chunk }}
|
CI_CHUNK_NUM: ${{ matrix.chunk }}
|
||||||
|
|
Loading…
Reference in New Issue