Skip to content

Commit 71b99a6

Browse files
authored
Fix Kotlin buildspec (#646)
1 parent a2ab451 commit 71b99a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildspec/kotlinTests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 0.2
33
phases:
44
install:
55
runtime-versions:
6-
java: corretto8
6+
java: corretto17
77

88
build:
99
commands:

0 commit comments

Comments
 (0)