Skip to content

Commit

Permalink
Merge pull request #335 from drewbrokke/LPD-31577-update-project-temp…
Browse files Browse the repository at this point in the history
…lates

LPD-31577 mvc-portlet Project Template does not properly register Language resources
  • Loading branch information
drewbrokke authored Jul 24, 2024
2 parents 1446a8b + 4305a91 commit 12eb90b
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 @@ -80,7 +80,7 @@ dependencies {
api group: "biz.aQute.bnd", name: "biz.aQute.bndlib", version: "5.3.0"
api group: "com.fasterxml.jackson.core", name: "jackson-databind", version: "2.16.1"
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.293"
api group: "com.liferay", name: "com.liferay.project.templates", version: "5.0.295"
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 @@ -613,7 +613,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.0";
private static final String _GRADLE_PLUGINS_WORKSPACE_VERSION = "10.1.7";

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

0 comments on commit 12eb90b

Please sign in to comment.