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 52cc89f commit 6ce76cdCopy full SHA for 6ce76cd
flightSelection-backend/build.gradle.kts
@@ -30,7 +30,7 @@ task("cleanNestJs") {
30
31
task("buildNestJs") {
32
if (project.hasProperty("withNestJs")) {
33
- providers.exec {
+ execOperations.exec {
34
logger.info("Task buildNestJs - npm install")
35
workingDir("src/nestjs")
36
if (System.getProperty("os.name").uppercase().contains("WINDOWS")) {
@@ -39,7 +39,7 @@ task("buildNestJs") {
39
commandLine("npm", "install")
40
}
41
}.result.get()
42
43
logger.info("Task buildNestJs - npm run build")
44
45
0 commit comments