We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b91eb35 commit 4322136Copy full SHA for 4322136
third_party/java_deps/set_up_java_deps.sh
@@ -16,6 +16,6 @@
16
# limitations under the License.
17
#
18
19
-mkdir third_party/java_deps/artifacts
+mkdir -p third_party/java_deps/artifacts
20
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
21
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