Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/copilot-setup-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
distribution: 'temurin'
cache: 'maven'

- name: Set up Maven 3.9.11
- name: Set up Maven 3.9.12
uses: stCarolas/setup-maven@v5
with:
maven-version: '3.9.11'
maven-version: '3.9.12'

2 changes: 1 addition & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This includes JFace, workbench, commands framework, data binding, dialogs, edito

**Key Facts:**
- **Language:** Java 21
- **Build System:** Maven 3.9.11 with Tycho (OSGi/Eclipse plugin build)
- **Build System:** Maven 3.9.12 with Tycho (OSGi/Eclipse plugin build)
- **Architecture:** OSGi bundles, E4 application model

## Project Structure
Expand Down
Loading