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
This means the macAppBundle can still be built on Windows and Linux, but it won't be built with a bundled JRE. Since I don't expect Windows or Linux developers to be building a full Mac release for a while (though this may change if we start using a CI server) I think we can probably close this issue.
The workaround is to comment out some lines in beelinj-browser-fx/build.gradle.
Try commenting out:
macAppBundle
closure (currently on lines 27-34.)edu.sc.seis.macAppBundle
Gradle plugin (currently line 3.)I'll look into a way of making sure this plugin doesn't activate on Linux and Windows.
The text was updated successfully, but these errors were encountered: