Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3c41468

Browse files
chore(java): update variable name to api_shortname in README template (#616)
* chore(java): update variable name to api_shortname in README template * chore: fix test * chore: fix test Source-Author: Neenu Shaji <[email protected]> Source-Date: Mon Jan 10 20:41:34 2022 -0500 Source-Repo: googleapis/synthtool Source-Sha: 6355638dfed614fe5977a06d59dc010370f88582 Source-Link: googleapis/synthtool@6355638
1 parent 6162838 commit 3c41468

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ If you are still having issues, please include as much information as possible:
2121
General, Core, and Other are also allowed as types
2222
2. OS type and version:
2323
3. Java version:
24-
4. datastore version(s):
24+
4. version(s):
2525

2626
#### Steps to reproduce
2727

.kokoro/build.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@ set +e
4747

4848
case ${JOB_TYPE} in
4949
test)
50-
mvn test -B -Dclirr.skip=true -Denforcer.skip=true
50+
mvn test -B -ntp -Dclirr.skip=true -Denforcer.skip=true
5151
RETURN_CODE=$?
5252
;;
5353
lint)
54-
mvn com.coveo:fmt-maven-plugin:check
54+
mvn com.coveo:fmt-maven-plugin:check -B -ntp
5555
RETURN_CODE=$?
5656
;;
5757
javadoc)
58-
mvn javadoc:javadoc javadoc:test-javadoc
58+
mvn javadoc:javadoc javadoc:test-javadoc -B -ntp
5959
RETURN_CODE=$?
6060
;;
6161
integration)
@@ -71,7 +71,7 @@ integration)
7171
;;
7272
graalvm)
7373
# Run Unit and Integration Tests with Native Image
74-
mvn -ntp -Pnative -Penable-integration-tests test
74+
mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative -Penable-integration-tests test
7575
RETURN_CODE=$?
7676
;;
7777
samples)
@@ -104,7 +104,7 @@ samples)
104104
fi
105105
;;
106106
clirr)
107-
mvn -B -Denforcer.skip=true clirr:check
107+
mvn -B -ntp -Denforcer.skip=true clirr:check
108108
RETURN_CODE=$?
109109
;;
110110
*)

synth.metadata

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,22 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-datastore.git",
7-
"sha": "e08f9d93d8a8b912fffd602bed3189c1bed664a6"
7+
"sha": "61dbd04381c0b0d6d8408e5b319b58d559c6d33f"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "googleapis",
1313
"remote": "https://github.com/googleapis/googleapis.git",
14-
"sha": "d2977af9e9f1fc0c9dc8368352daa032471f3c63",
15-
"internalRef": "403132955"
14+
"sha": "10380880f030101709b3ebe1eb1dd121fa8b4116",
15+
"internalRef": "420859180"
1616
}
1717
},
1818
{
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "723f3ce6c8927683e96cd7a4a02b59606a14eafc"
22+
"sha": "6355638dfed614fe5977a06d59dc010370f88582"
2323
}
2424
}
2525
],

0 commit comments

Comments
 (0)