Skip to content

Commit

Permalink
chore(ci): Turn Gradle daemon off.
Browse files Browse the repository at this point in the history
  • Loading branch information
nstdio committed Sep 25, 2021
1 parent cac390a commit 7503489
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
key: ${{ runner.os }}-sonar
restore-keys: ${{ runner.os }}-sonar
- name: Build
run: ./gradlew build --stacktrace
run: ./gradlew build --stacktrace --no-daemon
- name: Analyze
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: ./gradlew sonarqube
run: ./gradlew sonarqube --no-daemon

0 comments on commit 7503489

Please sign in to comment.