Skip to content

Commit e8735bd

Browse files
committed
Remove special tool option
1 parent 504a6ac commit e8735bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/robot.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export function merge(inputs, output, outputFormat = "owl") {
8181
(collector, owlInput) => (`${collector} --input ${owlInput}`), "");
8282
try {
8383
throwOnError(
84-
`JAVA_TOOL_OPTIONS="-XX:TieredStopAtLevel=1" robot merge ${inputParams} \
84+
`robot merge ${inputParams} \
8585
convert --format ${outputFormat} -o ${output}`,
8686
'Merge ontologies failed. See errors above.'
8787
);

0 commit comments

Comments
 (0)