Skip to content

Commit

Permalink
TMP - Intentionally break JDK8 compatibility - TMP
Browse files Browse the repository at this point in the history
  • Loading branch information
szpak committed Jan 16, 2024
1 parent 6ef36da commit 48f4085
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,9 @@ dependencies {
}

java {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
//TODO: Revert before merge! - To demonstrate failure on CI
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
}

stutter {
Expand Down

0 comments on commit 48f4085

Please sign in to comment.