Skip to content

Commit 0f50408

Browse files
committed
fix: update
1 parent 08c229b commit 0f50408

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

payment-frontend/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ task("cleanAngular") {
4040

4141
task("buildAngular") {
4242
if(project.hasProperty("withAngular")) {
43-
exec {
43+
providers.exec {
4444
logger.info("Task buildAngular - npm install")
4545
workingDir ("src/angular")
4646
if (System.getProperty("os.name").uppercase().contains("WINDOWS")){
@@ -49,7 +49,7 @@ task("buildAngular") {
4949
commandLine("npm", "install")
5050
}
5151
}
52-
exec {
52+
providers.exec {
5353
logger.info("Task buildAngular - npm run build")
5454
workingDir("src/angular")
5555
if (System.getProperty("os.name").uppercase().contains("WINDOWS")){

0 commit comments

Comments
 (0)