Skip to content

Commit

Permalink
[Oztechan/CCC#3733] Move to Java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafaozhan committed Jul 27, 2024
1 parent 7b5f9b7 commit fc9029b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/ProjectSettings.kt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ object ProjectSettings {
// git rev-list --first-parent --count master +1
private const val VERSION_DIF = 156

val JAVA_VERSION = JavaVersion.VERSION_17
val JAVA_VERSION = JavaVersion.VERSION_21

fun getVersionName(
project: Project
Expand Down

0 comments on commit fc9029b

Please sign in to comment.