We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
golang/templates
1 parent 21b166c commit c60d8cfCopy full SHA for c60d8cf
build.gradle
@@ -234,8 +234,6 @@ project(':sbe-tool') {
234
}
235
236
jar {
237
- exclude 'golang/templates'
238
-
239
manifest.attributes(
240
'Specification-Title': 'Simple Binary Encoding',
241
'Specification-Version': '1.0',
@@ -251,9 +249,7 @@ project(':sbe-tool') {
251
249
from sourceSets.main.allSource
252
250
from ('src/main/cpp/otf') {
253
into 'cpp'
254
255
256
257
258
259
java {
@@ -315,7 +311,6 @@ project(':sbe-all') {
315
311
from (project(':sbe-tool').file('src/main/cpp/otf')) {
316
312
317
313
318
319
314
320
321
javadoc {
0 commit comments