Skip to content

Commit

Permalink
Fix Java Version
Browse files Browse the repository at this point in the history
Due to google/guice#1654 Java 17 is the max version supported.
  • Loading branch information
Nava2 committed Mar 19, 2023
1 parent b375c1a commit cc39ac9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .java-version
@@ -1 +1 @@
18.0
17.0
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Versions.kt
Expand Up @@ -3,7 +3,7 @@ import org.gradle.jvm.toolchain.JavaToolchainSpec
import org.gradle.jvm.toolchain.JvmVendorSpec

object Versions {
const val JVM_BYTECODE_TARGET = 19
const val JVM_BYTECODE_TARGET = 17
const val KOTLIN = "1.8.10"
const val DETEKT = "1.22.0"

Expand Down

0 comments on commit cc39ac9

Please sign in to comment.