Skip to content

Commit

Permalink
Endret byggescript og java versjon tilbake til 17
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornhaa committed Nov 9, 2023
1 parent caf6a4a commit 9a91afb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-troxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up JDK 8
uses: actions/setup-java@v2
with:
java-version: '8'
java-version: '17'
distribution: 'adopt'
cache: maven

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@

<!-- Project -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>11</java.version>
<java.version>17</java.version>
<!-- Dependency versions -->
<jersey.version>3.1.3</jersey.version>
<jetty.version>11.0.16</jetty.version>
Expand Down

0 comments on commit 9a91afb

Please sign in to comment.