hundreds-airport-37168
05/06/2022, 4:07 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",
)
freezing-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 itbuildSrc
which also doesnt work to refer in the build.gradle
file inside of the services foldergradle
locally from the folder instead of actually invoking gradle with the service from the root of the repository,
i.e. gradle :services:app-cluster
settings.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.freezing-van-87649
05/06/2022, 10:04 PMhundreds-airport-37168
05/09/2022, 6:53 AM