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

Commit

Permalink
⬇️ nedgradert java til 17 siden google venter på v21
Browse files Browse the repository at this point in the history
lagt til snakeyml

Co-authored-by: Vetle Hollund <[email protected]>
Co-authored-by: Richard Borge <[email protected]>
Co-authored-by: Robin Tordly<[email protected]>
  • Loading branch information
3 people committed Nov 13, 2023
1 parent 2b43c48 commit 76bf443
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
- name: Sjekker ut kode
uses: actions/[email protected]

- name: Setter opp Java 20
- name: Setter opp Java 17
uses: actions/[email protected]
with:
java-version: 20
java-version: 17
distribution: temurin
cache: maven

Expand Down
8 changes: 7 additions & 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>20</java.version>
<java.version>17</java.version>
<jib.version>3.3.2</jib.version>
<kotlin.version>1.9.0</kotlin.version>
<logstash.version>7.4</logstash.version>
Expand Down Expand Up @@ -83,6 +83,12 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/org.yaml/snakeyaml -->
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>2.2</version>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
Expand Down

0 comments on commit 76bf443

Please sign in to comment.