Skip to content

Commit e1dd0e6

Browse files
authored
Merge pull request #7 from imanushin/updateJava
Update java
2 parents c3fffdd + cae414c commit e1dd0e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up JDK
2323
uses: actions/setup-java@v3
2424
with:
25-
java-version: 11
25+
java-version: 21
2626
distribution: 'temurin'
2727

2828
# https://github.com/marketplace/actions/gradle-wrapper-validation

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
}
1111

1212
kotlin {
13-
jvmToolchain(11)
13+
jvmToolchain(21)
1414
}
1515

1616
repositories {

0 commit comments

Comments
 (0)