Skip to content

Commit

Permalink
Put the gradle styles in quotes in the error message
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecKazakova authored Mar 28, 2024
1 parent 445fa3c commit fbe2a7c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ abstract class CheckExternalResourcesTask : DefaultTask() {
|
|betterDynamicFeatures {
| externalResources {
|${missing.joinToString(separator = "\n") { " style($it)" }}
|${missing.joinToString(separator = "\n") { " style(\"$it\")" }}
| }
|}
""".trimMargin()
Expand Down

0 comments on commit fbe2a7c

Please sign in to comment.