3

I'm new to Bazel and Armeria. In the Armeria dev guide, in setting up with a build system, it has examples from Gradle and Maven, but not Bazel. Downloading the jar file (armeria-1.18.0.jar) and importing it directly using java_import() will build the project, but gives and error during runtime. It cannot find the runtime dependencies of Armeria like micrometer, etc.

kash-hash
  • 33
  • 2

1 Answers1

0

This seems more like a question about bazel rather than armeria. Have you tried using maven_install? I guess this takes care of pulling in transitive dependencies.

jrhee17
  • 1,152
  • 9
  • 19