Skip to content

Commit

Permalink
fix description
Browse files Browse the repository at this point in the history
  • Loading branch information
wisskirchenj committed Feb 20, 2024
1 parent 28759d4 commit 9cf1aad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@ tasks.register<Copy>("select-compose-file") {

tasks.register("sonar") {
group = "verification"
description = "Run sonarqube analysis - presently only for flashcards-server"
description = "Run sonarqube analysis"
dependsOn(":flashcards-server:sonar")
dependsOn(":flashcards-client:sonar")
}

0 comments on commit 9cf1aad

Please sign in to comment.