Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-releng-dev] 4.33 I-Build: I20240724-1800 - BUILD FAILED

The build fails because we've changed compiler in
https://github.com/eclipse-jdt/eclipse.jdt.core/pull/2551 and expect
only Java 1.8+ as target.

My fault no to check if SDK is ready for that, I've assumed we are at
1.8 already, which is not the case :-(

I plan to work on that soon, in case someone wants to help, bundles
should require JavaSE-1.8 as minimum EE and org.eclipse.jdt.core.prefs
settings should be at least 1.8 level:

org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
org.eclipse.jdt.core.compiler.compliance=1.8
org.eclipse.jdt.core.compiler.source=1.8

On 25.07.2024 00:05, RelengBuilder via platform-releng-dev wrote:
Please go to
https://ci.eclipse.org/releng/job/Builds/job/I-build-4.33/80/console
<https://ci.eclipse.org/releng/job/Builds/job/I-build-4.33/80/console>
and check the build failure.


_______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/platform-releng-dev

--
Kind regards,
Andrey Loskutov

https://www.eclipse.org/user/aloskutov
---------------------------------------------
Спасение утопающих - дело рук самих утопающих
---------------------------------------------


Back to the top