set the 1.2 API to actually be used as the default
This commit is contained in:
@ -56,6 +56,7 @@ utils.branches.forEach(function (branch) {
|
||||
args.push('-f');
|
||||
break;
|
||||
case 'master':
|
||||
case '1.2':
|
||||
case '1.x':
|
||||
args.push('-Des.node.bench=true', '-Des.script.disable_dynamic=false');
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user