Skip to content

Commit

Permalink
Update build-one.yml
Browse files Browse the repository at this point in the history
Changed the Java version to 17
  • Loading branch information
vivid-esnauffer authored Dec 22, 2024
1 parent aecd320 commit cff3fa6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-one.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
API_TARGET: cirras-underwriting-api
SWAGGER_TARGET_PATH: cirras-underwriting-ngclient-lib/cirras-underwriting-ngclient-lib/src/main/angular/src/swagger/swagger.json
NPM_ARTIFACT_PATH: \@cirras/cirras-underwriting-api/-/@cirras
JAVA_VERSION: 17

build-underwriting-war:
uses: ./.github/workflows/build-package.yml
Expand All @@ -48,3 +49,4 @@ jobs:
ENVIRONMENT: DEV
MICROSERVICE_NAME: cirras-underwriting-war
TAG: ${{ inputs.TAG }}
JAVA_VERSION: 17

0 comments on commit cff3fa6

Please sign in to comment.