Skip to content

Commit

Permalink
* Migrert testnorge til Java 21, Spring 3.1.4 og Gradle 8.4
Browse files Browse the repository at this point in the history
* En del refaktorering av deprecated funskjonalitet i dolly-backend
#deploy-test-dolly-backend
  • Loading branch information
stigus committed Oct 16, 2023
1 parent fdca125 commit 4e10261
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/common.workflow.backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 17
java-version: 21
- name: "Gradle"
env:
GITHUB_USERNAME: token
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ public static void main(String[] args) {

SpringApplication.run(DollyBackendApplicationStarter.class, args);
}
}
}

0 comments on commit 4e10261

Please sign in to comment.