1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-21 21:52:10 +02:00

Force CDT.setup to use specific target platform version

CDT.setup was allowing devs to choose the target platform, but
in reality most choices don't work. Instead force the known
correct value which is what Eclipse Platform does too.

Fixes #571
This commit is contained in:
Jonah Graham 2023-09-25 12:19:51 -04:00
parent 8ca56de402
commit 4b2f711d4e

View file

@ -74,7 +74,8 @@
<setupTask
xsi:type="setup:VariableTask"
name="eclipse.target.platform"
defaultValue="${eclipse.target.platform.latest}"
value="${eclipse.target.platform.latest.released}"
defaultValue=""
storageURI="scope://Workspace"/>
<setupTask
xsi:type="setup.targlets:TargletTask"