Skip to content

Commit

Permalink
LPD-37083 cli: bumps expected version of workspace in tests to 12.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drewbrokke committed Oct 3, 2024
1 parent 6cb08e1 commit 450df4b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ private void _verifyGradleBuild() throws Exception {
GradleRunnerUtil.verifyBuildOutput(projectPath.toString(), "foo-1.0.0.jar");
}

private static final String _GRADLE_PLUGINS_WORKSPACE_VERSION = "10.1.7";
private static final String _GRADLE_PLUGINS_WORKSPACE_VERSION = "12.0.0";

private File _extensionsDir = null;
private File _workspaceDir = null;
Expand Down

0 comments on commit 450df4b

Please sign in to comment.