Skip to content

Commit

Permalink
Temporarily revert to Tycho 4.0.8 for GitHub Actions builds
Browse files Browse the repository at this point in the history
GitHub actions builds are currently failing because of invalid fragments
in the classpath when compiling the SWT fragments after updating to
Tycho 4.0.8. This change temporarily reverts the used Tycho verison in
the GitHub Actions workflow to 4.0.8.
  • Loading branch information
HeikoKlare authored and akurtakov committed Sep 25, 2024
1 parent a2a183c commit 3c8ed8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
--fail-at-end
-DskipNativeTests=false
-DfailIfNoTests=false
-Dtycho.version=4.0.8
clean install
- name: Performance tests
if: contains(github.event.pull_request.labels.*.name, 'performance')
Expand Down

0 comments on commit 3c8ed8e

Please sign in to comment.