On Mon, Jul 6, 2020 at 7:32 AM Nanney, Ryan (GE Healthcare, consultant) < [email protected]> wrote:
> Hi all 😊 > > Running an Ansible build we have been using for v1.0, upgrading it to 1.2, > and getting ready to try some of the new toys! Unfortunately, running into > a build issue, hopeful someone might be able to point me in the right > direction. > > > > One thing I thought was interesting from the output below was “[INFO] > guacamole-common 1.1.0 ............................. FAILURE [ 11.886 s]” > (noting the v1.1.0 specifically) > > > A couple of things: - Looks like you're building with JDK11. You might try JDK8 - there are some issues with 11 and higher with Maven that tend to cause issues. JDK8 seems to work pretty consistently. - The 1.1.0 is as intended - we do not modify the versions of components in a release when those versions do not change. As there were no updates to guacamole-common in release 1.2.0, it stayed at version 1.1.0. -Nick >
