Skip to content

Commit

Permalink
Merge pull request #11 from nstdio/no-daemon
Browse files Browse the repository at this point in the history
chore(ci): Turn Gradle daemon off.
  • Loading branch information
nstdio authored Sep 25, 2021
2 parents cac390a + 7503489 commit 8bc0b66
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 8bc0b66

Please sign in to comment.