Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] BREE/Toolchain resolves to unexpected version

Hi,

Resolution of dependencies happens against target-platform, which is not correlated to BREE. Maybe it's a bug, but Tycho will want to resolve deps against the target-platform EE even when useJDK is set.
I think if what you need for this bundle is to build and run tests, and resolve dependencies, against Java 8, what you want to set instead is https://www.eclipse.org/tycho/sitedocs/target-platform-configuration/target-platform-configuration-mojo.html#executionEnvironment .

HTH

Back to the top