Skip to content

Commit

Permalink
Change containerization flag (Issue #296)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesse-gallagher committed Oct 20, 2023
1 parent 2dd5484 commit e28c6a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public abstract class AbstractEquinoxMojo extends AbstractMojo {
*
* @since 3.11.0
*/
@Parameter(property="nsfodp.container", required=false)
@Parameter(property="nsfodp.useContainerExecution", required=false)
protected boolean container;

protected boolean isRunLocally() {
Expand Down

0 comments on commit e28c6a6

Please sign in to comment.