Skip to content

Commit

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

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

stutter {
Expand Down

0 comments on commit 08bef0a

Please sign in to comment.