-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- chore: add `com.google.protobuf` module - chore: add ci + local build setup for bazel - chore: add `modular-proto` sample - chore: poms for protobuf java libraries - chore: update dependency graph - chore: update exported version catalog - chore: update internal version catalog - chore: update readme with new library coordinates/modules - chore: sync repository Signed-off-by: Sam Gammon <[email protected]>
- Loading branch information
Showing
360 changed files
with
6,889 additions
and
138 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
/.dev | ||
/.m2 | ||
/jdk | ||
/target | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,3 +16,6 @@ | |
[submodule "reactive-streams"] | ||
path = org.reactivestreams | ||
url = [email protected]:sgammon/reactive-streams-jvm.git | ||
[submodule "protobuf"] | ||
path = com.google.protobuf | ||
url = [email protected]:sgammon/protobuf.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.