Skip to content

Commit 6ef17fd

Browse files
committed
Merge pull request #17 from GoogleCloudPlatform:multi-thread-build
PiperOrigin-RevId: 462483934 Change-Id: Ifda70ae08a407aff0a644c8b74971e9ce7027452
2 parents 89bd186 + a70c9aa commit 6ef17fd

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ jobs:
3939

4040
steps:
4141
- name: Checkout
42-
uses: actions/checkout@v2
42+
uses: actions/checkout@v3
4343

4444
- name: Set up JDK
45-
uses: actions/setup-java@v2.5.0
45+
uses: actions/setup-java@v3
4646
with:
4747
distribution: ${{ matrix.jdk }}
4848
java-version: ${{ matrix.java }}

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,12 @@
300300
<artifactId>runtime-util</artifactId>
301301
<version>${project.version}</version>
302302
</dependency>
303+
<dependency>
304+
<groupId>com.google.appengine</groupId>
305+
<artifactId>runtime-deployment</artifactId>
306+
<version>${project.version}</version>
307+
<type>zip</type>
308+
</dependency>
303309
<dependency>
304310
<groupId>com.google.appengine</groupId>
305311
<artifactId>shared-sdk</artifactId>

sdk_assembly/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,11 @@
334334
<groupId>com.google.appengine</groupId>
335335
<artifactId>appengine-tools-sdk</artifactId>
336336
</dependency>
337+
<dependency>
338+
<groupId>com.google.appengine</groupId>
339+
<artifactId>runtime-deployment</artifactId>
340+
<type>zip</type>
341+
</dependency>
337342
<dependency>
338343
<groupId>com.google.appengine</groupId>
339344
<artifactId>appengine-resources</artifactId>

0 commit comments

Comments
 (0)