Skip to content

Commit 34b6771

Browse files
committed
javaのバージョン変更
1 parent 072e1ec commit 34b6771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ version = '1.0-SNAPSHOT'
1313
ext.junitJupiterVersion = '5.12.2'
1414

1515
java {
16-
sourceCompatibility = '23'
16+
sourceCompatibility = '17'
1717
}
1818

1919
tasks.withType(AbstractCompile) each { it.options.encoding = 'UTF-8' }

0 commit comments

Comments
 (0)