Lan Yao

Results 7 issues of Lan Yao

Prerequisite: - install `bazelisk` locally. https://docs.bazel.build/versions/4.2.0/install-bazelisk.html - log in to CodeArtifact for Maven: `export CODE_ARTIFACT_ENABLE_BAZEL=true` `maven-login` Running test: - `bazel test //...`

output of `exodus`

## What is the goal of this PR? This PR is to: - add "entry_point" field and "setuptools-git" package for setup build. - disable "create_init_files". The function will auto generate...

Looks like this repo haven't adopted `bzlmod` the new feature yet. Please refer to: https://bazel.build/external/overview#bzlmod Since we plan to use `bzlmod` for external dependency management, is it possible to add...

when we set "neverlink=true" for 3rd party dependencies, eg `maven.artifact("io.swagger.core.v3", "swagger-jaxrs2", versions["swaggerJaxrs2"], neverlink = True)`, the "neverlink" property is only applied to the artifact itself and not propagated to transitive...

We use `java_export` in our project and need to use some new feature that was added in to newly released `rules_jvm_external`