A GUI for exploring Liferay's API's in Liferay DXP 7.3
.
Update ./gradle-local.properties
so that it contains:
liferay.workspace.home.dir=/path/to/liferay/home
$ blade gw build
$ blade gw deploy
Pull requests welcome.
Releases are handled using Github actions.
To release a new version do the following:
-
Create a git tag.
git tag v0.0.1
-
Push the tag to Github.
git push origin v0.0.1
The Github action will be triggered and will attach all assets to the release.