Skip to content

Commit

Permalink
chore: build-logic java version type
Browse files Browse the repository at this point in the history
Signed-off-by: Hu Shenghao <[email protected]>
  • Loading branch information
hushenghao committed Dec 3, 2024
1 parent 77f1b71 commit 27c7ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-logic/convention/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ object Versions {
const val TARGET_SDK = 35
const val MIN_SDK = 21

val JAVA_VERSION = JavaLanguageVersion.of(17)
val JAVA_VERSION: JavaLanguageVersion = JavaLanguageVersion.of(17)

}

0 comments on commit 27c7ffd

Please sign in to comment.