Skip to content

Commit

Permalink
chore :: jdk 18
Browse files Browse the repository at this point in the history
  • Loading branch information
Tmdhoon2 committed Jul 16, 2024
1 parent 71a8031 commit 8ce9ec1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/CommonGradlePlugin.kt
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ class CommonGradlePlugin : Plugin<Project> {
}

compileOptions {
sourceCompatibility = JavaVersion.VERSION_19
targetCompatibility = JavaVersion.VERSION_19
sourceCompatibility = JavaVersion.VERSION_18
targetCompatibility = JavaVersion.VERSION_18
}
}
}
Expand Down

0 comments on commit 8ce9ec1

Please sign in to comment.