diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 75d8623b1..93690d17d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,7 @@ jobs: uses: actions/setup-java@v3 with: distribution: 'temurin' - java-version: '17' + java-version: 11 cache: 'gradle' - name: Run unit/instrumentation tests and coverage generation uses: reactivecircus/android-emulator-runner@v2 @@ -28,4 +28,4 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - run: ./gradlew sonarqube -Dsonar.login="$SONAR_TOKEN" \ No newline at end of file + run: ./gradlew sonarqube -Dsonar.login="$SONAR_TOKEN"