Skip to content

Commit c60d8cf

Browse files
committed
[Go] Restore golang/templates in the build, because they are required to generate marshaling code
1 parent 21b166c commit c60d8cf

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

build.gradle

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,6 @@ project(':sbe-tool') {
234234
}
235235

236236
jar {
237-
exclude 'golang/templates'
238-
239237
manifest.attributes(
240238
'Specification-Title': 'Simple Binary Encoding',
241239
'Specification-Version': '1.0',
@@ -251,9 +249,7 @@ project(':sbe-tool') {
251249
from sourceSets.main.allSource
252250
from ('src/main/cpp/otf') {
253251
into 'cpp'
254-
255252
}
256-
exclude 'golang/templates'
257253
}
258254

259255
java {
@@ -315,7 +311,6 @@ project(':sbe-all') {
315311
from (project(':sbe-tool').file('src/main/cpp/otf')) {
316312
into 'cpp'
317313
}
318-
exclude 'golang/templates'
319314
}
320315

321316
javadoc {

0 commit comments

Comments
 (0)