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.
1 parent 7b829b2 commit b012b46Copy full SHA for b012b46
build.gradle
@@ -487,6 +487,7 @@ task(generateRustCarExample, type: JavaExec) {
487
'sbe.target.namespace': 'car_example_generated_codec')
488
args = ['sbe-tool/src/test/resources/example-schema.xml']
489
}
490
+
491
task(generateCarExampleDataFile, type: JavaExec) {
492
main = 'uk.co.real_logic.sbe.examples.ExampleUsingGeneratedStub'
493
classpath = project(':sbe-samples').sourceSets.main.runtimeClasspath
0 commit comments