From 2a3b9b9abbed1f56ea468c95f4d6f5a600033aad Mon Sep 17 00:00:00 2001 From: Patrick Ziegler Date: Wed, 26 Jul 2023 21:26:33 +0200 Subject: [PATCH] Update Tycho from 3.0.4 to 4.0.0 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. --- .github/workflows/maven.yml | 4 ++++ .mvn/maven.config | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 6f371015b..4c0745cb2 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -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: diff --git a/.mvn/maven.config b/.mvn/maven.config index 27f038a5a..85d8b8051 100644 --- a/.mvn/maven.config +++ b/.mvn/maven.config @@ -1 +1 @@ --Dtycho-version=3.0.4 \ No newline at end of file +-Dtycho-version=4.0.0