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'
1717version = properties[" pluginVersion" ]
1818
1919compileKotlin {
20- compilerOptions. jvmTarget. set(JvmTarget . JVM_11 )
20+ compilerOptions. jvmTarget. set(JvmTarget . JVM_17 )
2121}
2222
2323compileTestKotlin {
24- compilerOptions. jvmTarget. set(JvmTarget . JVM_11 )
24+ compilerOptions. jvmTarget. set(JvmTarget . JVM_17 )
2525}
2626
2727configurations {
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ class EsConventions implements Plugin<Project> {
88 @Override
99 void apply (Project target ) {
1010 target. tasks. withType(JavaCompile ). configureEach {
11- options. release. set(11 )
11+ options. release. set(17 )
1212 options. encoding = ' UTF-8'
1313 }
1414
Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ plugins {
1414version = properties[" pluginVersion" ]
1515
1616compileKotlin {
17- compilerOptions. jvmTarget. set(JvmTarget . JVM_11 )
17+ compilerOptions. jvmTarget. set(JvmTarget . JVM_17 )
1818}
1919
2020compileTestKotlin {
21- compilerOptions. jvmTarget. set(JvmTarget . JVM_11 )
21+ compilerOptions. jvmTarget. set(JvmTarget . JVM_17 )
2222}
2323
2424configurations { buildSudachiDict }
Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ plugins {
1212version = properties[" pluginVersion" ]
1313
1414compileKotlin {
15- compilerOptions. jvmTarget. set(JvmTarget . JVM_11 )
15+ compilerOptions. jvmTarget. set(JvmTarget . JVM_17 )
1616}
1717
1818compileTestKotlin {
19- compilerOptions. jvmTarget. set(JvmTarget . JVM_11 )
19+ compilerOptions. jvmTarget. set(JvmTarget . JVM_17 )
2020}
2121
2222dependencies {
You can’t perform that action at this time.
0 commit comments