Skip to content

Commit

Permalink
Update Java 21 (#17)
Browse files Browse the repository at this point in the history
* Update Java 21

* Update readme
  • Loading branch information
rogervinas authored Nov 14, 2023
1 parent 7d80211 commit 29ef7d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Java
uses: actions/setup-java@v2
with:
java-version: '11'
java-version: '21'
distribution: 'temurin'
- name: Gradle cache
uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![CI](https://github.com/rogervinas/spring-immutable-configuration-properties/actions/workflows/gradle.yml/badge.svg?branch=master)](https://github.com/rogervinas/spring-immutable-configuration-properties/actions/workflows/gradle.yml)
![Java](https://img.shields.io/badge/Java-11-blue?labelColor=black)
![Java](https://img.shields.io/badge/Java-21-blue?labelColor=black)
![SpringBoot](https://img.shields.io/badge/SpringBoot-2.7.17-blue?labelColor=black)

# Spring Immutable @ConfigurationProperties PoC
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {

group = "com.example"
version = "0.0.1-SNAPSHOT"
java.sourceCompatibility = JavaVersion.VERSION_11
java.sourceCompatibility = JavaVersion.VERSION_21

repositories {
mavenCentral()
Expand Down

0 comments on commit 29ef7d8

Please sign in to comment.