[FIX] build
This commit is contained in:
parent
6d10f564eb
commit
3fba44a041
2
.github/workflows/maven.yml
vendored
2
.github/workflows/maven.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Set up JDK 17
|
||||
- name: Set up JDK 21
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
java-version: '21'
|
||||
|
@ -28,4 +28,4 @@ def getEnvName(branchName) {
|
||||
return "dev";
|
||||
}
|
||||
return "other";
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user