Skip to content

Commit

Permalink
BLADE-743 liferay-blade-cli: ServerStartCommandTest: apply Gradle mem…
Browse files Browse the repository at this point in the history
…ory fix
  • Loading branch information
drewbrokke committed Apr 4, 2024
1 parent 33c6038 commit 04366d5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,8 @@ private void _initBladeWorkspace() throws Exception {
String[] initArgs = {"--base", _testWorkspacePath.toString(), "init", "-v", _LIFERAY_WORKSPACE_PRODUCT_KEY};

TestUtil.runBlade(_testWorkspacePath, _extensionsPath, initArgs);

TestUtil.increaseGradleMemory(_testWorkspacePath.toFile());
}

private void _initServerBundle(String... additionalArgs) throws Exception {
Expand Down

0 comments on commit 04366d5

Please sign in to comment.