Skip to content

Commit

Permalink
tm4e requires java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
Kellindil committed Nov 15, 2022
1 parent f8dc5ce commit 87658b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pipeline {

tools {
maven 'apache-maven-latest'
jdk 'adoptopenjdk-hotspot-jdk11-latest'
jdk 'temurin-jdk17-latest'
}

environment {
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
</licenses>

<properties>
<tycho-version>2.2.0</tycho-version>
<tycho-extras-version>2.2.0</tycho-extras-version>
<tycho-version>3.0.0</tycho-version>
<tycho-extras-version>3.0.0</tycho-extras-version>

<java-resource-encoding>UTF-8</java-resource-encoding>
<resource-encoding>UTF-8</resource-encoding>
Expand Down

0 comments on commit 87658b1

Please sign in to comment.