Skip to content

Commit

Permalink
Add JDK22 release
Browse files Browse the repository at this point in the history
  • Loading branch information
steelhead31 authored Mar 12, 2024
1 parent a648040 commit 8ce200e
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions pipelines/jobs/configurations/jdk22_release.groovy
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
targetConfigurations = [
'x64Mac' : [
'temurin'
],
'x64Linux' : [
'temurin'
],
'x64AlpineLinux' : [
'temurin'
],
'aarch64AlpineLinux' : [
'temurin'
],
'x64Windows' : [
'temurin'
],
'ppc64Aix' : [
'temurin'
],
'ppc64leLinux': [
'temurin'
],
's390xLinux' : [
'temurin'
],
'aarch64Linux': [
'temurin'
],
'aarch64Mac': [
'temurin'
],
'riscv64Linux': [
'temurin'
]
]

return this

0 comments on commit 8ce200e

Please sign in to comment.