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 there is no way to run the jar task without AOT compiling at least one namespace, or if there is it is not properly documented.
I suggest adding a --no-aot flag to allow a jar to be created which only copies source, and does not have any AOT compilation, since this is the normal method used for the creation of libraries.
The text was updated successfully, but these errors were encountered:
Currently there is no way to run the jar task without AOT compiling at least one namespace, or if there is it is not properly documented.
I suggest adding a
--no-aot
flag to allow a jar to be created which only copies source, and does not have any AOT compilation, since this is the normal method used for the creation of libraries.The text was updated successfully, but these errors were encountered: