sparse-intern-71089
05/06/2022, 4:07 PMfreezing-van-87649
05/06/2022, 5:09 PMfreezing-van-87649
05/06/2022, 5:09 PMhundreds-airport-37168
05/06/2022, 5:10 PMrootProject.name = "pulumi"
include(
"libs:modules",
"services:app-cluster",
"services:mgmt-cluster",
"testing:commons",
)
hundreds-airport-37168
05/06/2022, 5:11 PMfreezing-van-87649
05/06/2022, 5:11 PMhundreds-airport-37168
05/06/2022, 5:12 PMdependencies {
implementation(libs.groovy.core)
}
And this just fails as it cant resolve ithundreds-airport-37168
05/06/2022, 5:13 PMbuildSrc
which also doesnt work to refer in the build.gradle
file inside of the services folderhundreds-airport-37168
05/06/2022, 5:14 PMgradle
locally from the folder instead of actually invoking gradle with the service from the root of the repository,
i.e. gradle :services:app-cluster
hundreds-airport-37168
05/06/2022, 5:15 PMsettings.gradle
build.gradle
services/
-> app-cluster/
* build.gradle
* Pulumi.yaml
* Pulumi.dev.yaml
* Pulumi.staging.yaml
* Pulumi.production.yaml
-> mgmt-cluster/
* build.gradle
* Pulumi.yaml
* Pulumi.dev.yaml
* Pulumi.staging.yaml
* Pulumi.production.yaml
enough-garden-22763
05/06/2022, 9:16 PMpulumi-language-java
how to invoke gradle from the right folder and with the right args.enough-garden-22763
05/06/2022, 9:17 PMfreezing-van-87649
05/06/2022, 10:04 PMhundreds-airport-37168
05/09/2022, 6:53 AMhundreds-airport-37168
05/09/2022, 8:15 AMhundreds-airport-37168
05/09/2022, 8:18 AM