Bazel & Java Tutorial: java_library & java_binary (internal & external dependencies)

Поделиться
HTML-код
  • Опубликовано: 2 дек 2022
  • In this video, we're going to be adding a java project to our Multi Language bazel monorepo. We're going to have a java_library target that also uses some external dependencies from maven central & a java_binary target that uses the monorepo java_library. We'll be using the built in java_library & java_binary targets, as-well as rules_jvm_external to pull the dependencies form maven central.
    Repository: github.com/kriscfoster/multi-...
    rules_jvm_external: github.com/bazelbuild/rules_j...
  • НаукаНаука

Комментарии • 4

  • @user-yi6et5mb3v
    @user-yi6et5mb3v 4 месяца назад +1

    Very nice and clear video! Thank you so much😊❤

  • @IamKarthraj
    @IamKarthraj Год назад

    Wonderful series. I am new to Bazel and loved these videos.

  • @user-pf9cd2kx9u
    @user-pf9cd2kx9u 6 месяцев назад

    My java code is not reading the Faker dependency after doing everything. please help me