You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Variables in single brackets (like <property name="fore.dir" value="${basedir}/node_modules/@jinntec/fore/dist"/>) will be omitted from the generated build.xml code and the build process will not be possible.
Variables should be in double brackets: for example <property name="fore.dir" value="${{basedir}}/node_modules/@jinntec/fore/dist"/>.
The text was updated successfully, but these errors were encountered:
Variables in single brackets (like
<property name="fore.dir" value="${basedir}/node_modules/@jinntec/fore/dist"/>
) will be omitted from the generatedbuild.xml
code and the build process will not be possible.Variables should be in double brackets: for example
<property name="fore.dir" value="${{basedir}}/node_modules/@jinntec/fore/dist"/>
.The text was updated successfully, but these errors were encountered: