Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
Remove compileOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler authored Aug 24, 2023
1 parent 9e8a0b0 commit 9620acb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,6 @@ fun <T : BaseExtension> Project.setupBase(block: T.() -> Unit) {
sourceSets.configureEach {
java.srcDirs("src/$name/kotlin")
}
// Can remove this once https://issuetracker.google.com/issues/260059413 is fixed.
compileOptions {
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
}
packagingOptions.resources.excludes += setOf(
"**/*.proto",
"**/*.bin",
Expand Down

0 comments on commit 9620acb

Please sign in to comment.