Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Add at least a link to how to use the CodeGen APT under Bazel #2370

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions picocli-codegen/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,10 @@ kapt {
}
```

==== Bazel

https://github.com/enola-dev/enola/commit/f398164a15ac2e6fbd6c4d391495ae77f56ad487[See here how to do this].

=== Picocli Processor Options

The picocli annotation processor supports the options below.
Expand Down
Loading