Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
⬆️ Oppdatert til java 20
Browse files Browse the repository at this point in the history
Co-authored-by: Vetle Hollund <[email protected]>
Co-authored-by: Richard Borge <[email protected]>
  • Loading branch information
3 people committed Oct 19, 2023
1 parent 851a3ad commit 619ae13
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
uses: actions/checkout@v3


- name: Setter opp Java 17
- name: Setter opp Java 20
uses: actions/setup-java@v3
with:
java-version: 17
java-version: 20
distribution: temurin
cache: maven

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
- name: Sjekker ut kode
uses: actions/checkout@v3

- name: Setter opp Java 17
- name: Setter opp Java 20
uses: actions/setup-java@v3
with:
java-version: 17
java-version: 20
distribution: temurin
cache: maven

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<gcp.libraries.version>26.21.0</gcp.libraries.version>
<gcp.version>0.202.0</gcp.version>
<i18n.version>1.29</i18n.version>
<java.version>17</java.version>
<java.version>20</java.version>
<jib.version>3.3.2</jib.version>
<kotlin.version>1.9.0</kotlin.version>
<logstash.version>7.4</logstash.version>
Expand Down

0 comments on commit 619ae13

Please sign in to comment.