File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ jobs:
14
14
steps :
15
15
- uses : actions/checkout@v2
16
16
17
- - name : Set up JDK 16
17
+ - name : Set up JDK 17
18
18
uses : actions/setup-java@v2
19
19
with :
20
20
distribution : adopt
21
- java-version : 16
21
+ java-version : 17
22
22
cache : gradle
23
23
24
24
- name : Grant execute permission for gradlew
Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ jobs:
14
14
steps :
15
15
- uses : actions/checkout@v2
16
16
17
- - name : Set up JDK 16
17
+ - name : Set up JDK 17
18
18
uses : actions/setup-java@v2
19
19
with :
20
20
distribution : adopt
21
- java-version : 16
21
+ java-version : 17
22
22
cache : gradle
23
23
24
24
- name : Grant execute permission for gradlew
Original file line number Diff line number Diff line change 1
- import Com_mineinabyss_conventions_platform_gradle.Deps
2
1
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
3
2
4
3
val idofrontVersion: String by project
@@ -17,13 +16,12 @@ plugins {
17
16
tasks.withType<KotlinCompile > {
18
17
kotlinOptions {
19
18
freeCompilerArgs = listOf (
20
- " -Xopt -in=kotlinx.serialization.ExperimentalSerializationApi"
19
+ " -opt -in=kotlinx.serialization.ExperimentalSerializationApi"
21
20
)
22
21
jvmTarget = " 17"
23
22
}
24
23
}
25
24
26
-
27
25
repositories {
28
26
mavenCentral()
29
27
google()
You can’t perform that action at this time.
0 commit comments