Skip to content

Commit

Permalink
Remove unnecessary curly braces from string template
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerbertrand committed Oct 13, 2023
1 parent 2ca6bd3 commit ad2a2f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ if (!buildScan) {

allprojects {
tasks.withType(Test).configureEach {
buildScan.value "${identityPath}#maxParallelForks", "${maxParallelForks}"
buildScan.value "${identityPath}#maxParallelForks", "$maxParallelForks"
}
}

0 comments on commit ad2a2f4

Please sign in to comment.