UMS fails to build

For help and support with Universal Media Server
Forum rules
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
Post Reply
alexelcaza
Posts: 2
Joined: Sun Jun 05, 2022 10:29 am

UMS fails to build

Post 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
User avatar
mik_s
Moderator
Posts: 1127
Joined: Wed Aug 23, 2017 11:03 pm
Location: UK

Re: UMS fails to build

Post 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.
Logs are important for us to help, Please follow This Link before asking for support. Just a forum cleaner, Will help if I can but no expert.
alexelcaza
Posts: 2
Joined: Sun Jun 05, 2022 10:29 am

Re: UMS fails to build

Post by alexelcaza »

thank you so much! it builds fine with JDK 18
Post Reply