Skip to content

Commit 69b3f51

Browse files
author
Mark Kuhn
authored
update java version to 11 (#115)
1 parent b111ad1 commit 69b3f51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ group "software.amazon.cloudwatchlogs"
2525

2626
allprojects {
2727
compileJava {
28-
sourceCompatibility = '1.8'
29-
targetCompatibility = '1.8'
28+
sourceCompatibility = JavaVersion.VERSION_11
29+
targetCompatibility = JavaVersion.VERSION_11
3030
}
3131

3232
version = '3.1.0'

0 commit comments

Comments
 (0)