I was trying to create a new (test) Gluon Single View Project to discover a compiling error with my team's iOS app. This was using the latest Buildships version 2x for Eclipse 4.7 Oxygen on Mac OS X 10.12.5.
Got to the last step of creating the project and the Finish button was unresponsive. Eclipse Error Log (pictured) showed "Unhandled event loop exception."
Thankfully, this SO question (Eclipse gluon new project does not finish) pointed me in the right direction, and I was able to:
1) uninstall Buildships 2x
2) install an old Buildships version from a third-party Github directory
3) make progress on my original task
Is this something being handled on the Buildships developer end, and is there a temporary workaround to reverting to an old version?