Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ascopes authored Nov 13, 2023
1 parent 0ef4be8 commit af98ff0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ Java and Kotlin sources by automatically obtaining and invoking `protoc`.

## Aims

- Multiplatform-compatible.
- Support for invoking `protoc` from the `$PATH`
- Support for downloading a specified version of `protoc`
- Ability to resolve any desired version
- Resolution via the Maven dependency resolver to support building behind
- corporate proxies and Maven proxy repositories.
- Support for downloading a specified version of `protoc` from Maven repositories.
- Ability to resolve any desired version
- Will work automatically with corporate proxies and self-hosted Maven repositories like Nexus,
Maven, GitLab, GitHub Packages.
- Support for invoking `protoc` from the `$PATH` if you have an obscure system that does not provide
an official `protoc` binary release from Google.
- Java 11+ support.
- Support for generating Java and Kotlin sources.

0 comments on commit af98ff0

Please sign in to comment.