Compare commits

...

2 commits

2 changed files with 4 additions and 2 deletions

View file

@ -25,7 +25,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: "11"
java-version: "21"
distribution: "zulu"
- name: Validate Gradle wrapper

View file

@ -24,7 +24,9 @@ plugins {
}
kotlin {
//jvmToolchain(11)
jvmToolchain {
languageVersion.set(JavaLanguageVersion.of(8))
}
applyDefaultHierarchyTemplate()