Skip to content

Commit f92ad95

Browse files
committed
pb: Address PR comments
Signed-off-by: Johannes Zottele <[email protected]>
1 parent 156eae8 commit f92ad95

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

protobuf/protobuf-core/src/commonTest/proto/test_map.proto

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
//syntax = "proto3";
2-
31
package kotlinx.rpc.protobuf.test;
42

53
import "presence_check.proto";

tests/protobuf-conformance/build.gradle.kts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,6 @@ tasks.withType<BufGenerateTask>().configureEach {
4848
}
4949
}
5050

51-
protoSourceSets {
52-
main {
53-
proto { }
54-
}
55-
}
56-
5751
val mockClientJar = tasks.register<Jar>("mockClientJar") {
5852
archiveBaseName.set("mockClient")
5953
archiveVersion.set("")

0 commit comments

Comments
 (0)