File tree Expand file tree Collapse file tree 6 files changed +9
-8
lines changed Expand file tree Collapse file tree 6 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 19
19
uses : actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # v3.11.0
20
20
with :
21
21
distribution : temurin
22
- java-version : 18
23
- cache : gradle
22
+ java-version : 11
24
23
25
24
- name : Cache Kotlin/Native compiler
26
25
uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
Original file line number Diff line number Diff line change 25
25
uses : actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # v3.11.0
26
26
with :
27
27
distribution : temurin
28
- java-version : 18
29
- cache : gradle
28
+ java-version : 11
30
29
31
30
- name : Cache Kotlin/Native compiler
32
31
uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
Original file line number Diff line number Diff line change 30
30
uses : actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # v3.11.0
31
31
with :
32
32
distribution : temurin
33
- java-version : 18
34
- cache : gradle
33
+ java-version : 11
35
34
36
35
- name : Cache Kotlin/Native compiler
37
36
uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
61
60
uses : actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # v3.11.0
62
61
with :
63
62
distribution : temurin
64
- java-version : 18
65
- cache : gradle
63
+ java-version : 11
66
64
67
65
- name : Cache Kotlin/Native compiler
68
66
uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
Original file line number Diff line number Diff line change @@ -36,4 +36,6 @@ kotlin {
36
36
implementation(project(" :" ))
37
37
implementation(libs.kotlinx.benchmark.runtime)
38
38
}
39
+
40
+ jvmToolchain { languageVersion.set(JavaLanguageVersion .of(11 )) }
39
41
}
Original file line number Diff line number Diff line change @@ -99,6 +99,8 @@ kotlin {
99
99
}
100
100
}
101
101
}
102
+
103
+ jvmToolchain { languageVersion.set(JavaLanguageVersion .of(11 )) }
102
104
}
103
105
104
106
tasks.withType<Test >().configureEach {
Original file line number Diff line number Diff line change 1
1
rootProject.name = " sublime-fuzzy"
2
2
3
3
pluginManagement {
4
+ plugins { id(" org.gradle.toolchains.foojay-resolver-convention" ) version " 0.5.0" }
4
5
repositories {
5
6
exclusiveContent {
6
7
forRepository(::gradlePluginPortal)
You can’t perform that action at this time.
0 commit comments