diff --git a/internal/assets/tpl/workspace/gradle/gradle.properties b/internal/assets/tpl/workspace/gradle/gradle.properties index 685c1ad..356361e 100644 --- a/internal/assets/tpl/workspace/gradle/gradle.properties +++ b/internal/assets/tpl/workspace/gradle/gradle.properties @@ -9,5 +9,5 @@ liferay.workspace.modules.dir=modules liferay.workspace.themes.dir=themes liferay.workspace.wars.dir=modules liferay.workspace.product={{.Product}} -#liferay.workspace.bundle.url={{.GithubBundleUrl}} +liferay.workspace.bundle.url={{.GithubBundleUrl}} #liferay.workspace.docker.image.liferay={{.DockerImage}} diff --git a/internal/assets/tpl/workspace/maven/pom.xml b/internal/assets/tpl/workspace/maven/pom.xml index 29299f8..70521be 100644 --- a/internal/assets/tpl/workspace/maven/pom.xml +++ b/internal/assets/tpl/workspace/maven/pom.xml @@ -13,8 +13,8 @@ {{.Name}} {{.TargetPlatform}} - {{.BundleUrl}} - + {{.GithubBundleUrl}} + https://repository-cdn.liferay.com/nexus/content/groups/public/ local {{.DockerImage}}