Skip to content

Commit

Permalink
chore: java version upgrade to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
jayanta2018 committed Apr 18, 2024
1 parent b9d3a87 commit c654805
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
cache: maven
distribution: temurin
java-version: 11
java-version: 17

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v2
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
with:
cache: maven
distribution: temurin
java-version: 11
java-version: 17

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v2
Expand Down
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -463,4 +463,11 @@
</dependencies>
</profile>
</profiles>
<distributionManagement>
<repository>
<id>codeartifact</id>
<name>CodeArtifact</name>
<url>https://hee-430723991443.d.codeartifact.eu-west-1.amazonaws.com/maven/Health-Education-England/</url>
</repository>
</distributionManagement>
</project>

0 comments on commit c654805

Please sign in to comment.