Skip to content

Commit 4322136

Browse files
yufengwangcapull[bot]
authored andcommitted
Fix WARNING during building Android CHIPTool (#24776)
1 parent b91eb35 commit 4322136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

third_party/java_deps/set_up_java_deps.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
# limitations under the License.
1717
#
1818

19-
mkdir third_party/java_deps/artifacts
19+
mkdir -p third_party/java_deps/artifacts
2020
curl --fail --location --silent --show-error https://repo1.maven.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar -o third_party/java_deps/artifacts/jsr305-3.0.2.jar
2121
curl --fail --location --silent --show-error https://repo1.maven.org/maven2/org/json/json/20220924/json-20220924.jar -o third_party/java_deps/artifacts/json-20220924.jar

0 commit comments

Comments
 (0)