Skip to content
This repository was archived by the owner on Mar 10, 2026. It is now read-only.

Commit 52dcda4

Browse files
authored
[chore] import S2 protos as submodule (#2)
1 parent cc9df2d commit 52dcda4

6 files changed

Lines changed: 9 additions & 480 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414

1515
steps:
1616
- uses: actions/checkout@v4
17+
with:
18+
submodules: true
1719
- name: Set up JDK 17
1820
uses: actions/setup-java@v4
1921
with:

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515
with:
1616
fetch-depth: 0
17+
submodules: true
1718

1819
- name: Set up JDK 17
1920
uses: actions/setup-java@v4

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,6 @@ gradle-app.setting
2525
# JDT-specific (Eclipse Java Development Tools)
2626
.classpath
2727

28+
# IDEs
2829
.vscode
30+
.idea

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "proto"]
2+
path = s2/src/main/proto
3+
url = https://github.com/s2-streamstore/s2-protos.git

s2/src/main/proto

Submodule proto added at f3a6966

0 commit comments

Comments
 (0)