Skip to content

Commit 0fd1480

Browse files
committed
update build to Java 13
1 parent 2b1d8e4 commit 0fd1480

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spring-boot/starter/application/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66

77
group = 'io.reflectoring'
88
version = '0.0.1-SNAPSHOT'
9-
sourceCompatibility = '11'
9+
sourceCompatibility = '13'
1010

1111
repositories {
1212
mavenCentral()

spring-boot/starter/event-starter/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55

66
group = 'io.reflectoring'
77
version = '0.0.1-SNAPSHOT'
8-
sourceCompatibility = '11'
8+
sourceCompatibility = '13'
99

1010
repositories {
1111
mavenCentral()

0 commit comments

Comments
 (0)