Skip to content
This repository was archived by the owner on Feb 7, 2025. It is now read-only.

Commit

Permalink
Change Gradle task allBuild to be allBuilds
Browse files Browse the repository at this point in the history
  • Loading branch information
halprin committed Sep 13, 2023
1 parent 0c2b81d commit 747b4a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
run: ./gradlew spotlessCheck

- name: Sonar
run: ./gradlew allBuild testCodeCoverageReport sonar --info
run: ./gradlew allBuilds testCodeCoverageReport sonar --info
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ tasks.register('allUnitTests') {
dependsOn 'etor:test'
}

tasks.register('allBuild') {
tasks.register('allBuilds') {
dependsOn 'app:build'
dependsOn 'shared:build'
dependsOn 'etor:build'
Expand Down

0 comments on commit 747b4a0

Please sign in to comment.