Skip to content

Commit

Permalink
!only for building docs
Browse files Browse the repository at this point in the history
  • Loading branch information
shanshin committed Jun 27, 2024
1 parent 82a65bc commit f5e3101
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kover-jvm-agent/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ extensions.configure<Kover_docs_conventions_gradle.KoverDocsExtension> {
}

java {
sourceCompatibility = JavaVersion.VERSION_1_6
targetCompatibility = JavaVersion.VERSION_1_6
sourceCompatibility = JavaVersion.VERSION_1_7
targetCompatibility = JavaVersion.VERSION_1_7
}

repositories {
Expand Down

0 comments on commit f5e3101

Please sign in to comment.