Skip to content

Commit

Permalink
Merge pull request #312 from simonjhy/BLADE-735
Browse files Browse the repository at this point in the history
BLADE-735 use latest project template
  • Loading branch information
simonjhy committed Sep 27, 2023
2 parents 8a80955 + b6ce6e2 commit 9a051a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ createWrapperZip {
dependencies {
api group: "biz.aQute.bnd", name: "biz.aQute.bndlib", version: "5.3.0"
api group: "com.liferay", name: "com.liferay.gogo.shell.client", version: "1.0.0"
api group: "com.liferay", name: "com.liferay.project.templates", version: "5.0.262"
api group: "com.liferay", name: "com.liferay.project.templates", version: "5.0.264"
api group: "commons-io", name: "commons-io", version: "2.7"
api group: "commons-lang", name: "commons-lang", version: "2.6"
api group: "org.apache.ant", name: "ant", version: "1.10.11"
Expand Down
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 9a051a9

Please sign in to comment.