|
@@ -126,7 +126,7 @@ jobs:
|
|
shell: bash
|
|
shell: bash
|
|
run: |
|
|
run: |
|
|
# Build
|
|
# Build
|
|
- ./gradlew -i -PuseCommitHashAsVersionName=true -PskipPrebuildLibraries=true build
|
|
|
|
|
|
+ ./gradlew -PuseCommitHashAsVersionName=true -PskipPrebuildLibraries=true build
|
|
|
|
|
|
if [ "${{ matrix.deploy }}" = "true" ];
|
|
if [ "${{ matrix.deploy }}" = "true" ];
|
|
then
|
|
then
|