Bop
This commit is contained in:
parent
94ec763e29
commit
e0a2a3c0b1
8
.github/workflows/v2.yml
vendored
8
.github/workflows/v2.yml
vendored
@ -68,9 +68,8 @@ jobs:
|
|||||||
- name: Build Shared code
|
- name: Build Shared code
|
||||||
if: steps.cache-gradle.outputs.cache-hit != 'true' || needs.pre-check.outputs.shared == 'true' || github.event_name == 'workflow_dispatch'
|
if: steps.cache-gradle.outputs.cache-hit != 'true' || needs.pre-check.outputs.shared == 'true' || github.event_name == 'workflow_dispatch'
|
||||||
run: |
|
run: |
|
||||||
cd shared
|
chmod +x ./gradlew
|
||||||
chmod +x ../gradlew
|
./gradlew :shared:build --stacktrace --info
|
||||||
../gradlew build
|
|
||||||
|
|
||||||
|
|
||||||
build-processer:
|
build-processer:
|
||||||
@ -93,9 +92,8 @@ jobs:
|
|||||||
- name: Build Processer module
|
- name: Build Processer module
|
||||||
id: build-processer
|
id: build-processer
|
||||||
run: |
|
run: |
|
||||||
cd apps/processer
|
|
||||||
chmod +x ./gradlew
|
chmod +x ./gradlew
|
||||||
./gradlew build
|
./gradlew :apps:processer:build --stacktrace --info
|
||||||
echo "Build completed"
|
echo "Build completed"
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user