Skip to content

Commit 6e8495d

Browse files
committed
Golden files for opaque types, all types in Java + proto3
1 parent 99f1951 commit 6e8495d

File tree

5 files changed

+3679
-0
lines changed

5 files changed

+3679
-0
lines changed

wire-golden-files/build.gradle.kts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ plugins {
55
}
66

77
wire {
8+
java {
9+
includes = listOf("squareup.wire.alltypes.proto3.*")
10+
out = "src/main/java"
11+
}
12+
813
kotlin {
914
includes = listOf("squareup.wire.mutable.*")
1015
out = "src/main/kotlin"
@@ -34,6 +39,12 @@ wire {
3439
boxOneOfsMinSize = 1
3540
}
3641

42+
opaque("squareup.protos.opaque_types.OuterOpaqueType.InnerOpaqueType1")
43+
kotlin {
44+
includes = listOf("squareup.protos.opaque_types.*")
45+
out = "src/main/kotlin"
46+
}
47+
3748
kotlin {
3849
out = "src/main/kotlin"
3950
}

0 commit comments

Comments
 (0)