We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 114c7d5 commit f032e89Copy full SHA for f032e89
src/test/resources/fixtures/npx-env/build.gradle
@@ -21,7 +21,7 @@ task env(type: NpxTask) {
21
task pwd(type: NpxTask) {
22
dependsOn npmInstall
23
command = "jseval"
24
- args = ["console.log(`workingDirectory='\${process.cwd()}'`);"]
+ args = ["""console.log(["workingDirectory='", process.cwd(), "'"].join(''));"""]
25
outputs.upToDateWhen {
26
true
27
}
0 commit comments