File tree 4 files changed +9
-2
lines changed
4 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 114
114
<module >storage/xml-api/cmdline-sample</module >
115
115
<module >storage/xml-api/serviceaccount-appengine-sample</module >
116
116
<module >taskqueue/deferred</module >
117
+ <module >translate</module >
117
118
<module >translate/cloud-client</module >
118
119
<module >unittests</module >
119
120
<module >vision/face-detection</module >
Original file line number Diff line number Diff line change
1
+ export AWS_ACCESS_KEY_ID=MY_KEY_ID
2
+ export AWS_SECRET_ACCESS_KEY=MY_ACCESS_KEY
3
+ export GOOGLE_API_KEY=MY_API_KEY
Original file line number Diff line number Diff line change @@ -25,12 +25,15 @@ limitations under the License.
25
25
<maven .compiler.source>1.8</maven .compiler.source>
26
26
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
27
27
</properties >
28
+
29
+ <!-- Parent defines config for testing & linting. -->
28
30
<parent >
31
+ <artifactId >doc-samples</artifactId >
29
32
<groupId >com.google.cloud</groupId >
30
- <artifactId >shared-configuration</artifactId >
31
33
<version >1.0.0</version >
32
- <relativePath >../java-repo-tools </relativePath >
34
+ <relativePath >..</relativePath >
33
35
</parent >
36
+
34
37
<dependencies >
35
38
<dependency >
36
39
<groupId >com.google.cloud</groupId >
You can’t perform that action at this time.
0 commit comments