Skip to content
Open
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "proto"]
path = s2-internal/src/main/proto
url = https://github.com/s2-streamstore/s2-protos.git
[submodule "s2-specs"]
path = s2-specs
url = https://github.com/s2-streamstore/s2-specs.git
8 changes: 8 additions & 0 deletions s2-internal/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@ dependencies {
testRuntimeOnly(libs.junit.platform.launcher)
}

sourceSets {
main {
proto {
srcDir("../s2-specs/s2")
}
}
}

val protobufVersion: String = libs.versions.protobuf.get()
val grpcVersion: String = libs.versions.grpc.get()
protobuf {
Expand Down
1 change: 0 additions & 1 deletion s2-internal/src/main/proto
Submodule proto deleted from b6add4
1 change: 1 addition & 0 deletions s2-specs
Submodule s2-specs added at e1a788
Loading