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 1fab50f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 .mvn/extensions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<extension>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-pomless</artifactId>
<version>2.5.0</version>
<version>3.0.4</version>
</extension>
</extensions>
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 1fab50f

Please sign in to comment.