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 08c229b commit 0f50408Copy full SHA for 0f50408
payment-frontend/build.gradle.kts
@@ -40,7 +40,7 @@ task("cleanAngular") {
40
41
task("buildAngular") {
42
if(project.hasProperty("withAngular")) {
43
- exec {
+ providers.exec {
44
logger.info("Task buildAngular - npm install")
45
workingDir ("src/angular")
46
if (System.getProperty("os.name").uppercase().contains("WINDOWS")){
@@ -49,7 +49,7 @@ task("buildAngular") {
49
commandLine("npm", "install")
50
}
51
52
53
logger.info("Task buildAngular - npm run build")
54
workingDir("src/angular")
55
0 commit comments