Skip to content

Commit d7c3930

Browse files
committed
Update build reference to Tycho 5.0.3
1 parent 6408025 commit d7c3930

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/copilot-ref-build.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export PATH=$JAVA_HOME/bin:$PATH
1010
java -version # Must show "21"
1111
```
1212

13-
**Why**: Tycho 5.0.1 and Eclipse 2025-12 require Java 21 (class file version 65.0).
13+
**Why**: Tycho 5.0.3 and Eclipse 2025-12 require Java 21 (class file version 65.0).
1414
If you see `UnsupportedClassVersionError`, you're using Java 17 instead of 21.
1515

1616
## Maven Profiles
@@ -67,4 +67,4 @@ Defined in `sandbox_target/eclipse.target`:
6767
| Tycho resolution errors | Target platform issue | Check `sandbox_target/eclipse.target` |
6868
| SpotBugs failures | Code quality issue | Check `spotbugs-exclude.xml` |
6969
| Unused import errors | Tycho treats as errors | Remove all unused imports |
70-
| Missing NLS comments | Eclipse plugin requirement | Add `//$NON-NLS-1$` to string literals |
70+
| Missing NLS comments | Eclipse plugin requirement | Add `//$NON-NLS-1$` to string literals |

0 commit comments

Comments
 (0)