Skip to content

Commit

Permalink
Update Tycho from 3.0.4 to 4.0.0
Browse files Browse the repository at this point in the history
The latest Tycho release added several performance improvements related
to slow proxy repositories. This should reduce the amount of time it
takes to resolve the target platform.

Note that this also updates Maven to 3.9.3, as Tycho 4 requires at least
3.9.x.
  • Loading branch information
ptziegler authored and azoitl committed Jul 31, 2023
1 parent af29c5a commit 2a3b9b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
distribution: 'temurin'
java-version: ${{ matrix.java }}
cache: 'maven'
- name: Set up Maven
uses: stCarolas/setup-maven@v4.5
with:
maven-version: 3.9.3
- name: Build with Maven
uses: coactions/setup-xvfb@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .mvn/maven.config
Original file line number Diff line number Diff line change
@@ -1 +1 @@
-Dtycho-version=3.0.4
-Dtycho-version=4.0.0

0 comments on commit 2a3b9b9

Please sign in to comment.