Skip to content

Commit a7e2248

Browse files
author
Guy Davenport
committed
changed schema tools version
1 parent bf67ecf commit a7e2248

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

generator/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apply plugin : "java"
22
ext {
33
javaMainClass = 'org.brapi.schematools.cli.BrAPICommand'
4-
brapiSchemaToolsVersion = '0.50.0'
4+
brapiSchemaToolsVersion = '0.51.0'
55
}
66

77
repositories {
@@ -24,7 +24,7 @@ tasks.register("generateR", JavaExec) {
2424
args = ['generate', specificationDirectory,
2525
'-l', 'R',
2626
'-f', filename,
27-
// '-o', 'generator/r-options.yaml',
27+
'-o', 'generator/r-options.yaml',
2828
// '-m', 'generator/r-metadata.yaml',
2929
'-x',
3030
'-r',

generator/r-options.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
brAPISchemaReader:
2+
ignoreDuplicateProperties: true

0 commit comments

Comments
 (0)