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
Currently the ui:component:rest:generateTypescript task will fail if there are no JAX-RS resource classes (i.e. classes ending with Resource) in the model project.
The :ui:component:rest project npmBuild and generateTypescript tasks should be skipped if no JAX-RS resource classes exist in the model project
The text was updated successfully, but these errors were encountered:
Currently the
ui:component:rest:generateTypescript
task will fail if there are no JAX-RS resource classes (i.e. classes ending withResource
) in the model project.The
:ui:component:rest
projectnpmBuild
andgenerateTypescript
tasks should be skipped if no JAX-RS resource classes exist in the model projectThe text was updated successfully, but these errors were encountered: