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
These examples helped me a lot with working out how to setup a multi project build. I was missing the dependsOn on the root project which makes a big difference.
However there is one thing that I was hoping this example would include which is: how to exclude the artifact from the root project?
In multi-module-build if I run universal:packageBin and look in the lib folder within the ZIP there is still that pesky de.mukis.mukis-fullstack-1.0.jar which has nothing but a MANIFEST.
The text was updated successfully, but these errors were encountered:
These examples helped me a lot with working out how to setup a multi project build. I was missing the dependsOn on the root project which makes a big difference.
However there is one thing that I was hoping this example would include which is: how to exclude the artifact from the root project?
In
multi-module-build
if I rununiversal:packageBin
and look in the lib folder within the ZIP there is still that peskyde.mukis.mukis-fullstack-1.0.jar
which has nothing but a MANIFEST.The text was updated successfully, but these errors were encountered: