We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 504a6ac commit e8735bdCopy full SHA for e8735bd
src/utils/robot.js
@@ -81,7 +81,7 @@ export function merge(inputs, output, outputFormat = "owl") {
81
(collector, owlInput) => (`${collector} --input ${owlInput}`), "");
82
try {
83
throwOnError(
84
- `JAVA_TOOL_OPTIONS="-XX:TieredStopAtLevel=1" robot merge ${inputParams} \
+ `robot merge ${inputParams} \
85
convert --format ${outputFormat} -o ${output}`,
86
'Merge ontologies failed. See errors above.'
87
);
0 commit comments