Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Beppe Catanese committed Nov 6, 2024
1 parent 411259d commit 45ea0f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ services.each { Service svc ->
delete layout.projectDirectory.dir("repo/src/main/java/com/adyen/service/${serviceId}")
}

// copy newly generated services
from layout.buildDirectory.dir("services/$svc.id/src/main/java/com/adyen/service/${serviceId}")
into layout.projectDirectory.dir("repo/src/main/java/com/adyen/service/" + serviceId)
}
Expand Down

0 comments on commit 45ea0f7

Please sign in to comment.