Skip to content

Commit

Permalink
build: update to java 17 (#548)
Browse files Browse the repository at this point in the history
Getting ready for the transition to Spring Boot 3, which mandates a minimum of Java 17.
  • Loading branch information
jonas-grgt authored Feb 17, 2024
1 parent 686abb9 commit 0c87834
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 8
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: 8
java-version: 17
distribution: temurin
- name: Build with Gradle
run: ./gradlew build
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# specific language governing permissions and limitations
# under the License.
#
FROM openjdk:8-jre
FROM eclipse-temurin:17-jre-jammy

ARG BUILD_DATE
ARG VCS_REF
Expand Down

0 comments on commit 0c87834

Please sign in to comment.