Skip to content

Commit

Permalink
feat: use github urls by default
Browse files Browse the repository at this point in the history
  • Loading branch information
lgdd committed May 2, 2024
1 parent 7241713 commit 66281ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion internal/assets/tpl/workspace/gradle/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
4 changes: 2 additions & 2 deletions internal/assets/tpl/workspace/maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<name>{{.Name}}</name>
<properties>
<liferay.bom.version>{{.TargetPlatform}}</liferay.bom.version>
<liferay.workspace.bundle.url>{{.BundleUrl}}</liferay.workspace.bundle.url>
<!-- <liferay.workspace.bundle.url>{{.GithubBundleUrl}}</liferay.workspace.bundle.url> -->
<liferay.workspace.bundle.url>{{.GithubBundleUrl}}</liferay.workspace.bundle.url>
<!-- <liferay.workspace.bundle.url>{{.BundleUrl}}</liferay.workspace.bundle.url> -->
<liferay.repository.url>https://repository-cdn.liferay.com/nexus/content/groups/public/</liferay.repository.url>
<liferay.workspace.environment>local</liferay.workspace.environment>
<liferay.docker.image>{{.DockerImage}}</liferay.docker.image>
Expand Down

0 comments on commit 66281ea

Please sign in to comment.