We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a58e5d1 commit b4bcb9cCopy full SHA for b4bcb9c
.github/workflows/ci-cd-java.yml
@@ -25,10 +25,6 @@ on:
25
required: false
26
type: string
27
default: .
28
- javaVersion:
29
- required: false
30
- type: string
31
- default: '11'
32
33
env:
34
IMAGE_NAME_MIXED_CASE: "${{ github.repository }}"
@@ -48,7 +44,7 @@ jobs:
48
44
uses: actions/setup-java@v4
49
45
with:
50
46
distribution: 'temurin'
51
- java-version: ${{ inputs.javaVersion }}
47
+ java-version: '25'
52
cache: 'maven'
53
54
- name: Check code format and lint
0 commit comments