Skip to content

Commit 60fb5eb

Browse files
cristi-claude
andcommitted
chore: migrate submodule to s2-specs at root
- Move submodule from s2-internal/src/main/proto to s2-specs at root - Update s2-internal/build.gradle.kts to use new proto source path Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 34a1929 commit 60fb5eb

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

.gitmodules

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

s2-internal/build.gradle.kts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@ dependencies {
3232
testRuntimeOnly(libs.junit.platform.launcher)
3333
}
3434

35+
sourceSets {
36+
main {
37+
proto {
38+
srcDir("../s2-specs/s2")
39+
}
40+
}
41+
}
42+
3543
val protobufVersion: String = libs.versions.protobuf.get()
3644
val grpcVersion: String = libs.versions.grpc.get()
3745
protobuf {

s2-internal/src/main/proto

Lines changed: 0 additions & 1 deletion
This file was deleted.

s2-specs

Submodule s2-specs added at e1a7889

0 commit comments

Comments
 (0)