Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set default Java version to 21 #38

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
description: 'The version of Java to use.'
required: false
type: string
default: '17'
default: '21'
server-id:
type: string
description: server for reading the artifacts, should be always jfrog-central
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/coverity-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ on:
java_version:
type: string
description: set version of java used to run the maven
default: '17'
default: '21'
version:
type: string
description: project/build version - use commit sha or maven version of artifact
required: true
description:
type: string
description: desription/tag of the build - use RC for Release Candidate
description: description/tag of the build - use RC for Release Candidate
required: true
project-name:
type: string
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jar-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
java_version:
type: string
description: set version of java used to run the maven
default: '17'
default: '21'

jobs:
jar-deploy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
java_version:
type: string
description: set version of java used to run the maven
default: '17'
default: '21'
environment:
type: string
description: environment running the deploy maven-publish for using public maven repo and internal-publish for using internal one
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
java_version:
type: string
description: set version of java used to run the maven
default: '17'
default: '21'
server-id:
type: string
description: server for reading the artifacts, should be always jfrog-central
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/owasp-dependency-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
java_version:
type: string
description: set version of java used to run the maven
default: '17'
default: '21'
directory_path:
type: string
description: directory with pom.xml to be executed
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/war-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
java_version:
type: string
description: set version of java used to run the maven
default: '17'
default: '21'

jobs:
war-deploy:
Expand Down