Browse Source

Fix gradle task ambiguity.

pull/2213/head
Benoit Marty 8 months ago
parent
commit
e0d4ece5b7
  1. 2
      .github/workflows/build.yml

2
.github/workflows/build.yml

@ -83,7 +83,7 @@ jobs: @@ -83,7 +83,7 @@ jobs:
run: ./gradlew compileReleaseSources -PallWarningsAsErrors=true $CI_GRADLE_ARG_PROPERTIES
- name: Compile nightly sources
if: ${{ matrix.variant == 'nightly' }}
run: ./gradlew compileNightlySources -PallWarningsAsErrors=true $CI_GRADLE_ARG_PROPERTIES
run: ./gradlew compileGplayNightlySources -PallWarningsAsErrors=true $CI_GRADLE_ARG_PROPERTIES
- name: Compile samples minimal
if: ${{ matrix.variant == 'samples' }}
run: ./gradlew :samples:minimal:assemble $CI_GRADLE_ARG_PROPERTIES

Loading…
Cancel
Save