Skip to content

Commit cac9174

Browse files
committed
feat: update java version to 11
1 parent 9a05935 commit cac9174

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
4141
with:
4242
distribution: "adopt"
43-
java-version: 8
43+
java-version: 11
4444

4545
- name: Cache .m2 directory
4646
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies {
4040
}
4141

4242
// Project Settings
43-
val targetJavaVersion: Int = 8
43+
val targetJavaVersion: Int = 11
4444
val defaultEncoding: String = "UTF-8"
4545

4646
kotlin {

0 commit comments

Comments
 (0)