File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
buildSrc/src/main/groovy/com/worksap/nlp/tools Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ archivesBaseName = 'analysis-sudachi'
17
17
version = properties[" pluginVersion" ]
18
18
19
19
compileKotlin {
20
- compilerOptions. jvmTarget. set(JvmTarget . JVM_11 )
20
+ compilerOptions. jvmTarget. set(JvmTarget . JVM_17 )
21
21
}
22
22
23
23
compileTestKotlin {
24
- compilerOptions. jvmTarget. set(JvmTarget . JVM_11 )
24
+ compilerOptions. jvmTarget. set(JvmTarget . JVM_17 )
25
25
}
26
26
27
27
configurations {
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ class EsConventions implements Plugin<Project> {
8
8
@Override
9
9
void apply (Project target ) {
10
10
target. tasks. withType(JavaCompile ). configureEach {
11
- options. release. set(11 )
11
+ options. release. set(17 )
12
12
options. encoding = ' UTF-8'
13
13
}
14
14
Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ plugins {
14
14
version = properties[" pluginVersion" ]
15
15
16
16
compileKotlin {
17
- compilerOptions. jvmTarget. set(JvmTarget . JVM_11 )
17
+ compilerOptions. jvmTarget. set(JvmTarget . JVM_17 )
18
18
}
19
19
20
20
compileTestKotlin {
21
- compilerOptions. jvmTarget. set(JvmTarget . JVM_11 )
21
+ compilerOptions. jvmTarget. set(JvmTarget . JVM_17 )
22
22
}
23
23
24
24
configurations { buildSudachiDict }
Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ plugins {
12
12
version = properties[" pluginVersion" ]
13
13
14
14
compileKotlin {
15
- compilerOptions. jvmTarget. set(JvmTarget . JVM_11 )
15
+ compilerOptions. jvmTarget. set(JvmTarget . JVM_17 )
16
16
}
17
17
18
18
compileTestKotlin {
19
- compilerOptions. jvmTarget. set(JvmTarget . JVM_11 )
19
+ compilerOptions. jvmTarget. set(JvmTarget . JVM_17 )
20
20
}
21
21
22
22
dependencies {
You can’t perform that action at this time.
0 commit comments