Skip to content

Commit

Permalink
Upgrade Tycho to 3.0.5 (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
Godin authored Nov 7, 2023
1 parent 6401d92 commit 6b89446
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
- uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3.13.0
with:
distribution: temurin
java-version: 11
java-version: 17
- name: Build
shell: bash
run: |
if [[ "$RUNNER_OS" == "Linux" ]]; then
export DISPLAY=:99.0
Xvfb $DISPLAY &
fi
mvn -V -B -e verify -Pe4.12 -Dtycho.executionEnvironment=JavaSE-11 -DskipUITests=false
mvn -V -B -e verify -Pe4.12 -Dtycho.executionEnvironment=JavaSE-17 -DskipUITests=false
2 changes: 1 addition & 1 deletion org.eclipse.eclemma.build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<tycho.version>2.7.5</tycho.version>
<tycho.version>3.0.5</tycho.version>
<tycho.executionEnvironment></tycho.executionEnvironment>
<tycho.scmUrl>scm:git:https://github.com/eclipse/eclemma.git</tycho.scmUrl>

Expand Down

0 comments on commit 6b89446

Please sign in to comment.