Skip to content

Commit

Permalink
Merge pull request #314 from jayesh12234/develop-java21
Browse files Browse the repository at this point in the history
MOSIP-33383
  • Loading branch information
aranaravi authored Jun 12, 2024
2 parents 484d3da + 498d59b commit 32bbab5
Show file tree
Hide file tree
Showing 5 changed files with 205 additions and 577 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/push-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}

build-maven-uitest-admin:
uses: mosip/kattu/.github/workflows/maven-build.yml@master
uses: mosip/kattu/.github/workflows/maven-build.yml@master-java21
with:
SERVICE_LOCATION: ./uitest-admin
BUILD_ARTIFACT: uitest-admin
Expand All @@ -87,12 +87,12 @@ jobs:
SERVICE_LOCATION: uitest-admin
BUILD_ARTIFACT: uitest-admin-local
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v1
- uses: actions/checkout@v3
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
ref: ${{ github.ref }}
java-version: 11
distribution: 'temurin'
java-version: '21'
server-id: ossrh # Value of the distributionManagement/repository/id field of the pom.xml
settings-path: ${{ github.workspace }} # location for the settings.xml file

Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
BUILD_ARTIFACT: 'uitest-admin-local'
fail-fast: false
name: ${{ matrix.SERVICE_NAME }}
uses: mosip/kattu/.github/workflows/docker-build.yml@master
uses: mosip/kattu/.github/workflows/docker-build.yml@master-java21
with:
SERVICE_LOCATION: ${{ matrix.SERVICE_LOCATION }}
SERVICE_NAME: ${{ matrix.SERVICE_NAME }}
Expand All @@ -159,7 +159,7 @@ jobs:
sonar-analysis-uitest-admin:
needs: build-uitest-admin-local
if: "${{ github.event_name != 'pull_request' }}"
uses: mosip/kattu/.github/workflows/maven-sonar-analysis.yml@master
uses: mosip/kattu/.github/workflows/maven-sonar-analysis.yml@master-java21
with:
SERVICE_LOCATION: uitest-admin
SONAR_URL: 'https://sonarcloud.io'
Expand Down
Loading

0 comments on commit 32bbab5

Please sign in to comment.