Skip to content

Commit 50b88aa

Browse files
committed
Update lint java version to 11
Change-Id: I7bba0615e3f1ca13523300950932b5f899b60567
1 parent e997459 commit 50b88aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lint/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ plugins {
2020
}
2121

2222
java {
23-
sourceCompatibility = JavaVersion.VERSION_1_8
24-
targetCompatibility = JavaVersion.VERSION_1_8
23+
sourceCompatibility = JavaVersion.VERSION_11
24+
targetCompatibility = JavaVersion.VERSION_11
2525
}
2626

2727
dependencies {

0 commit comments

Comments
 (0)