Fix examples link in Java README

Fixes https://github.com/protocolbuffers/protobuf/issues/18836

PiperOrigin-RevId: 686506438
pull/18844/head
Mike Kruskal 1 month ago committed by Copybara-Service
parent 17c7f4b086
commit b4b1e08d68
  1. 34
      cmake/dependencies.cmake
  2. 4
      java/README.md

@ -1,34 +0,0 @@
# Auto-generated by @//cmake:make_dependencies
#
# This file contains lists of external dependencies based on our Bazel
# config. It should be included from a hand-written CMake file that uses
# them.
#
# Changes to this file will be overwritten based on Bazel definitions.
if(${CMAKE_VERSION} VERSION_GREATER 3.10 OR ${CMAKE_VERSION} VERSION_EQUAL 3.10)
include_guard()
endif()
set(abseil-cpp-version "20230802.1")
set(bazel_skylib-version "1.7.0")
set(jsoncpp-version "1.9.5")
set(rules_cc-version "0.0.13")
set(rules_fuzzing-version "0.5.2")
set(rules_java-version "7.11.1")
set(rules_jvm_external-version "6.3")
set(rules_kotlin-version "1.9.6")
set(rules_license-version "1.0.0")
set(rules_pkg-version "1.0.1")
set(rules_python-version "0.28.0")
set(rules_rust-version "0.51.0")
set(platforms-version "0.0.8")
set(zlib-version "1.3.1")
set(bazel_features-version "1.17.0")
set(rules_shell-version "0.2.0")
set(googletest-version "1.14.0")
set(rules_buf-version "0.3.0")
set(rules_testing-version "0.6.0")
set(rules_proto-version "4.0.0")

@ -56,8 +56,8 @@ Lite runtime](lite.md).
### Use Java Protocol Buffers with Bazel ### Use Java Protocol Buffers with Bazel
Bazel has native build rules to work with protobuf. For Java, you can use the Bazel has native build rules to work with protobuf. For Java, you can use the
`java_proto_library` rule for server and the `java_lite_proto_library` rule `java_proto_library` rule for server and the `java_lite_proto_library` rule for
for Android. Check out [our build files examples](../examples/BUILD) to learn Android. Check out [our build files examples](../examples/BUILD.bazel) to learn
how to use them. how to use them.
## Build from Source ## Build from Source

Loading…
Cancel
Save