Skip to content

Commit

Permalink
Set sourceCompatibility to Java 11 to support AGP 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
3flex committed Jan 13, 2023
1 parent 935ce80 commit 1efc7c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-logic/src/main/kotlin/module.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ dependencies {
java {
withSourcesJar()
withJavadocJar()
sourceCompatibility = JavaVersion.VERSION_1_8
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_1_8
}

0 comments on commit 1efc7c8

Please sign in to comment.