diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index ccc9940..c71418e 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -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' diff --git a/.jenkinsfile b/.jenkinsfile index 831c1c0..310ad21 100644 --- a/.jenkinsfile +++ b/.jenkinsfile @@ -28,4 +28,4 @@ def getEnvName(branchName) { return "dev"; } return "other"; -} \ No newline at end of file +}