Skip to content

Commit

Permalink
Bug #516 - Use latest Tycho and Java 17 for building
Browse files Browse the repository at this point in the history
Move Tycho version (and move to JDK 17), udpate jobs
  • Loading branch information
lcaron committed Dec 23, 2023
1 parent 28b099d commit a1ba963
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '11', '17' ]
java: [ '17' ]
name: Java ${{ matrix.java }} compile
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion releng/org.eclipse.nebula.nebula-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Contributors:

<properties>

<tycho-version>2.6.0</tycho-version>
<tycho-version>3.0.4</tycho-version>
<tycho-extras-version>${tycho-version}</tycho-extras-version>
<mockito-version>2.8.9</mockito-version>
<findbugs-version>2.3.2</findbugs-version>
Expand Down

0 comments on commit a1ba963

Please sign in to comment.