Skip to content

Commit

Permalink
BLADE-735 fix test error
Browse files Browse the repository at this point in the history
  • Loading branch information
simonjhy committed Sep 27, 2023
1 parent a1775b3 commit b6ce6e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ private void _verifyGradleBuild() throws Exception {
GradleRunnerUtil.verifyBuildOutput(projectPath.toString(), "foo-1.0.0.jar");
}

private static final String _GRADLE_PLUGINS_WORKSPACE_VERSION = "8.0.8";
private static final String _GRADLE_PLUGINS_WORKSPACE_VERSION = "9.0.2";

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

0 comments on commit b6ce6e2

Please sign in to comment.