Page 1 of 1

UMS fails to build

Posted: Sun Jun 05, 2022 10:38 am
by alexelcaza
used this https://github.com/UniversalMediaServer ... -build-UMS

followed the full instructions for windows yet it always fails with the same error

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.10.1:compile (default-compile) on project ums: Fatal error compiling: invalid target release: 17 -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.10.1:compile (default-compile) on project ums: Fatal error compiling

Re: UMS fails to build

Posted: Sun Jun 05, 2022 11:14 am
by mik_s
I think those instructions need updating as they moved to a newer version of Java JDK for V11 IIRC.

I did manage to setup my system to build UMS a couple of years ago but have not tried since then so I don't remember how I did it or what has changed.

It might be quicker to get a response on GitHub from the devs as they are more active on there.

Re: UMS fails to build

Posted: Mon Jun 06, 2022 4:09 am
by alexelcaza
thank you so much! it builds fine with JDK 18