Skip to content

Commit 7970928

Browse files
committed
cleanup
1 parent 98a4f8c commit 7970928

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

instrumentation/spring/spring-boot-autoconfigure/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ val buildGraalVmReflectionJson = tasks.register("buildGraalVmReflectionJson") {
251251
}
252252

253253
// write into targetFile in json format
254+
// todo either write to generated sources or add to SDK extension incubator build process
254255
targetFile.parentFile.mkdirs()
255256
targetFile.bufferedWriter().use { writer ->
256257
writer.write("[\n")

0 commit comments

Comments
 (0)