Skip to content

Commit f12ccfb

Browse files
committed
Fix syntax error
1 parent 9420524 commit f12ccfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

platform-tooling-support-tests/projects/graalvm-starter/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ val initializeAtBuildTime = mapOf(
3434
"org.junit.platform.commons.util.KotlinReflectionUtils",
3535
"org.junit.platform.launcher.core.DiscoveryIssueNotifier\$1",
3636
"org.junit.platform.launcher.core.HierarchicalOutputDirectoryCreator",
37-
)
37+
),
3838
"6.0" to listOf(
3939
"org.junit.platform.commons.logging.LoggerFactory\$DelegatingLogger",
40-
)
40+
),
4141
)
4242

4343
graalvmNative {

0 commit comments

Comments
 (0)