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
Now that we're on Github, we want to enable enterprising users to get CI-generated nightly builds with the latest features.
CI package size is a concern, though -- our CI currently produces the "full" PDF-Over install directory, with bundled JRE. This runs into storage size caps really fast.
We should un-bundle JRE with a maven config switch, and setup a nightly cronjob runner using this switch.
(Do we want all CI builds to not bundle JRE? Probably...?)
The text was updated successfully, but these errors were encountered:
Now that we're on Github, we want to enable enterprising users to get CI-generated nightly builds with the latest features.
CI package size is a concern, though -- our CI currently produces the "full" PDF-Over install directory, with bundled JRE. This runs into storage size caps really fast.
We should un-bundle JRE with a maven config switch, and setup a nightly cronjob runner using this switch.
(Do we want all CI builds to not bundle JRE? Probably...?)
The text was updated successfully, but these errors were encountered: