There was an error while loading. Please reload this page.
1 parent cd8dc3a commit 4a4edb3Copy full SHA for 4a4edb3
build.gradle
@@ -531,8 +531,7 @@ task generateRustCarExample(type: JavaExec) {
531
task generateCarExampleDataFile(type: JavaExec) {
532
main = 'uk.co.real_logic.sbe.examples.ExampleUsingGeneratedStub'
533
classpath = project(':sbe-samples').sourceSets.main.runtimeClasspath
534
- systemProperties(
535
- 'sbe.encoding.filename': 'rust/car_example/car_example_data.sbe')
+ systemProperties('sbe.encoding.filename': 'rust/car_example/car_example_data.sbe')
536
args = []
537
standardOutput = new ByteArrayOutputStream()
538
}
0 commit comments