Skip to content

Commit

Permalink
merged from java 21 and updated some depedencies
Browse files Browse the repository at this point in the history
Signed-off-by: Sowmya Ujjappa Banakar <[email protected]>
  • Loading branch information
Sowmya Ujjappa Banakar committed Jun 10, 2024
1 parent 5540179 commit 0679e2e
Show file tree
Hide file tree
Showing 9 changed files with 939 additions and 954 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/push-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}

build-maven-registration-processor-external-stage:
uses: mosip/kattu/.github/workflows/maven-build.yml@master-java21
uses: mosip/kattu/.github/workflows/maven-build.yml@master
with:
SERVICE_LOCATION: registration-processor/registration-processor-external-stage
BUILD_ARTIFACT: registration-processor-external-stage
Expand All @@ -144,7 +144,7 @@ jobs:
BUILD_ARTIFACT: 'registration-processor-external-stage'
fail-fast: false
name: ${{ matrix.SERVICE_NAME }}
uses: mosip/kattu/.github/workflows/docker-build.yml@master-java21
uses: mosip/kattu/.github/workflows/docker-build.yml@master
with:
SERVICE_LOCATION: ${{ matrix.SERVICE_LOCATION }}
SERVICE_NAME: ${{ matrix.SERVICE_NAME }}
Expand All @@ -155,7 +155,7 @@ jobs:
RELEASE_DOCKER_HUB: ${{ secrets.RELEASE_DOCKER_HUB }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}
build-maven-registration-processor-external-integration-service:
uses: mosip/kattu/.github/workflows/maven-build.yml@master-java21
uses: mosip/kattu/.github/workflows/maven-build.yml@master
with:
SERVICE_LOCATION: registration-processor/registration-processor-external-integration-service
BUILD_ARTIFACT: registration-processor-external-integration-service
Expand All @@ -176,7 +176,7 @@ jobs:
BUILD_ARTIFACT: 'registration-processor-external-integration-service'
fail-fast: false
name: ${{ matrix.SERVICE_NAME }}
uses: mosip/kattu/.github/workflows/docker-build.yml@master-java21
uses: mosip/kattu/.github/workflows/docker-build.yml@master
with:
SERVICE_LOCATION: ${{ matrix.SERVICE_LOCATION }}
SERVICE_NAME: ${{ matrix.SERVICE_NAME }}
Expand Down
Loading

0 comments on commit 0679e2e

Please sign in to comment.