yasuflatland-lf / damascus

⚔️ CRUD boilerplate generator for Liferay DXP
https://yasuflatland-lf.github.io/damascus-doc/
GNU Lesser General Public License v3.0
51 stars 35 forks source link

Support Target Platform #99

Closed dnebing closed 4 years ago

dnebing commented 4 years ago

The Target Platform usage allows the dependency declarations to exclude versions; instead they will come from the target environment.

By using the TP, the code will be easier to move to updated versions of Liferay w/o having to track down and fix individual version details.

yasuflatland-lf commented 4 years ago

Thank you for your contribution, @dnebing !