File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,11 +40,11 @@ jobs:
4040 cd google-http-java-client
4141 mvn clean install -DskipTests=true -Dcheckstyle.skip -Dclirr.skip -Denforcer.skip -Dfmt.skip
4242
43- # 5. Build and Install sdk-platform-java core libraries first (excluding circular pqc-test )
43+ # 5. Build and Install sdk-platform-java core libraries first (using monorepo root reactor to resolve siblings )
4444 - name : Build and Install sdk-platform-java Core
4545 run : |
46- cd google-cloud-java-pqc/sdk-platform-java
47- mvn clean install -pl '!pqc-test' -T 1.5C -Dcheckstyle.skip -Dclirr.skip -Denforcer.skip -Dfmt.skip -DskipTests=true
46+ cd google-cloud-java-pqc
47+ mvn clean install -pl :gax,:gax-grpc,:gax-httpjson -am -Dcheckstyle.skip -Dclirr.skip -Denforcer.skip -Dfmt.skip -DskipTests=true
4848
4949 # 6. Build and Install snapshot bigquery, java-translate, and pqc-test targets (specifying actual sub-modules)
5050 - name : Build and Install Client Snapshot Libraries and Test Modules
You can’t perform that action at this time.
0 commit comments