Skip to content

Commit

Permalink
[#1449] Switch to Java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
eparovyshnaya committed Oct 16, 2024
1 parent b8c9287 commit ebcc85c
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pipeline {
}
tools {
maven 'apache-maven-latest'
jdk 'openjdk-jdk17-latest'
jdk 'openjdk-jdk21-latest'
}
parameters {
choice(
Expand Down
1 change: 1 addition & 0 deletions tests/org.eclipse.passage.lic.api.tests/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ output.. = bin/
bin.includes = META-INF/,\
.,\
OSGI-INF/
jre.compilation.profile = JavaSE-21
2 changes: 2 additions & 0 deletions tests/org.eclipse.passage.lic.base.tests/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ output.. = bin/
bin.includes = META-INF/,\
.,\
OSGI-INF/
jre.compilation.profile = JavaSE-21

2 changes: 2 additions & 0 deletions tests/org.eclipse.passage.lic.bc.tests/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ output.. = bin/
bin.includes = META-INF/,\
.,\
OSGI-INF/
jre.compilation.profile = JavaSE-21

2 changes: 2 additions & 0 deletions tests/org.eclipse.passage.lic.emf.tests/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ output.. = bin/
bin.includes = META-INF/,\
.,\
OSGI-INF/
jre.compilation.profile = JavaSE-21

Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ bin.includes = META-INF/,\
.,\
OSGI-INF/,\
comp_lics/
jre.compilation.profile = JavaSE-21

2 changes: 2 additions & 0 deletions tests/org.eclipse.passage.lic.equinox.tests/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ output.. = bin/
bin.includes = META-INF/,\
.,\
OSGI-INF/
jre.compilation.profile = JavaSE-21

2 changes: 2 additions & 0 deletions tests/org.eclipse.passage.lic.jface.tests/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ output.. = bin/
bin.includes = META-INF/,\
.,\
OSGI-INF/
jre.compilation.profile = JavaSE-21

Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ output.. = bin/
bin.includes = META-INF/,\
.,\
OSGI-INF/
jre.compilation.profile = JavaSE-21

2 changes: 2 additions & 0 deletions tests/org.eclipse.passage.lic.oshi.tests/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ output.. = bin/
bin.includes = META-INF/,\
.,\
OSGI-INF/
jre.compilation.profile = JavaSE-21

2 changes: 2 additions & 0 deletions tests/org.eclipse.passage.seal.demo.tests/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ output.. = bin/
bin.includes = META-INF/,\
.,\
OSGI-INF/
jre.compilation.profile = JavaSE-21

0 comments on commit ebcc85c

Please sign in to comment.