File tree 5 files changed +9
-8
lines changed
5 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 3
3
# Configure the docker image for kokoro-trampoline.
4
4
env_vars: {
5
5
key: " TRAMPOLINE_IMAGE"
6
- value: " gcr.io/cloud-devrel-kokoro -resources/graalvm17:22.3.3 "
6
+ value: " gcr.io/cloud-devrel-public -resources/graalvm_sdk_platform_b:3.24.0 "
7
7
}
8
8
9
9
env_vars: {
Original file line number Diff line number Diff line change 3
3
# Configure the docker image for kokoro-trampoline.
4
4
env_vars: {
5
5
key: " TRAMPOLINE_IMAGE"
6
- value: " gcr.io/cloud-devrel-kokoro -resources/graalvm:22.3.3 "
6
+ value: " gcr.io/cloud-devrel-public -resources/graalvm_sdk_platform_a:3.24.0 "
7
7
}
8
8
9
9
env_vars: {
Original file line number Diff line number Diff line change 7
7
<packaging >pom</packaging >
8
8
<parent >
9
9
<groupId >com.google.cloud</groupId >
10
- <artifactId >google-cloud-shared -config</artifactId >
11
- <version >1.6.1 </version >
10
+ <artifactId >sdk-platform-java -config</artifactId >
11
+ <version >3.24.0 </version >
12
12
</parent >
13
13
14
14
<name >Google Cloud Spanner BOM</name >
Original file line number Diff line number Diff line change 33
33
".kokoro/presubmit/java8-samples.cfg" ,
34
34
".kokoro/presubmit/java11-samples.cfg" ,
35
35
".kokoro/presubmit/samples.cfg" ,
36
+ ".kokoro/presubmit/graalvm-native.cfg" ,
37
+ ".kokoro/presubmit/graalvm-native-17.cfg" ,
36
38
".kokoro/release/common.cfg" ,
37
39
"samples/install-without-bom/pom.xml" ,
38
40
"samples/snapshot/pom.xml" ,
Original file line number Diff line number Diff line change 13
13
14
14
<parent >
15
15
<groupId >com.google.cloud</groupId >
16
- <artifactId >google-cloud-shared -config</artifactId >
17
- <version >1.6.1 </version >
16
+ <artifactId >sdk-platform-java -config</artifactId >
17
+ <version >3.24.0 </version >
18
18
</parent >
19
19
20
20
<developers >
54
54
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
55
55
<github .global.server>github</github .global.server>
56
56
<site .installationModule>google-cloud-spanner-parent</site .installationModule>
57
- <google .cloud.shared-dependencies.version>3.24.0</google .cloud.shared-dependencies.version>
58
57
</properties >
59
58
60
59
<dependencyManagement >
116
115
<dependency >
117
116
<groupId >com.google.cloud</groupId >
118
117
<artifactId >google-cloud-shared-dependencies</artifactId >
119
- <version >${google. cloud. shared-dependencies.version} </version >
118
+ <version >${google- cloud- shared-dependencies.version} </version >
120
119
<type >pom</type >
121
120
<scope >import</scope >
122
121
</dependency >
You can’t perform that action at this time.
0 commit comments