|
40 | 40 | java-version: 11 |
41 | 41 | distribution: temurin |
42 | 42 | cache: maven |
43 | | - - name: Checkout google-http-java-client (pqc-support-conscrypt branch) |
44 | | - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 |
45 | | - with: |
46 | | - repository: googleapis/google-http-java-client |
47 | | - ref: pqc-support-conscrypt |
48 | | - path: google-http-java-client |
49 | | - persist-credentials: false |
50 | | - - name: Build and install local google-http-java-client snapshot |
51 | | - working-directory: google-http-java-client |
52 | | - run: | |
53 | | - mvn install -DskipTests -Dmaven.javadoc.skip=true -Dclirr.skip=true -B -ntp |
54 | | - cd .. && rm -rf google-http-java-client |
55 | 43 | - name: Install all modules using Java 11 |
56 | 44 | shell: bash |
57 | 45 | run: .kokoro/build.sh |
@@ -132,18 +120,6 @@ jobs: |
132 | 120 | java-version: ${{ matrix.java }} |
133 | 121 | distribution: temurin |
134 | 122 | - run: mvn -version |
135 | | - - name: Checkout google-http-java-client (pqc-support-conscrypt branch) |
136 | | - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 |
137 | | - with: |
138 | | - repository: googleapis/google-http-java-client |
139 | | - ref: pqc-support-conscrypt |
140 | | - path: google-http-java-client |
141 | | - persist-credentials: false |
142 | | - - name: Build and install local google-http-java-client snapshot |
143 | | - working-directory: google-http-java-client |
144 | | - run: | |
145 | | - mvn install -DskipTests -Dmaven.javadoc.skip=true -Dclirr.skip=true -B -ntp |
146 | | - cd .. && rm -rf google-http-java-client |
147 | 123 | - name: Install Maven modules |
148 | 124 | shell: bash |
149 | 125 | run: .kokoro/build.sh |
@@ -253,18 +229,6 @@ jobs: |
253 | 229 | java-version: 17 |
254 | 230 | distribution: temurin |
255 | 231 | cache: maven |
256 | | - - name: Checkout google-http-java-client (pqc-support-conscrypt branch) |
257 | | - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 |
258 | | - with: |
259 | | - repository: googleapis/google-http-java-client |
260 | | - ref: pqc-support-conscrypt |
261 | | - path: google-http-java-client |
262 | | - persist-credentials: false |
263 | | - - name: Build and install local google-http-java-client snapshot |
264 | | - working-directory: google-http-java-client |
265 | | - run: | |
266 | | - mvn install -DskipTests -Dmaven.javadoc.skip=true -Dclirr.skip=true -B -ntp |
267 | | - cd .. && rm -rf google-http-java-client |
268 | 232 | - name: Install Maven modules |
269 | 233 | shell: bash |
270 | 234 | run: .kokoro/build.sh |
|
0 commit comments