We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a05935 commit cac9174Copy full SHA for cac9174
.github/workflows/build.yml
@@ -40,7 +40,7 @@ jobs:
40
- uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
41
with:
42
distribution: "adopt"
43
- java-version: 8
+ java-version: 11
44
45
- name: Cache .m2 directory
46
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
build.gradle.kts
@@ -40,7 +40,7 @@ dependencies {
}
// Project Settings
-val targetJavaVersion: Int = 8
+val targetJavaVersion: Int = 11
val defaultEncoding: String = "UTF-8"
kotlin {
0 commit comments