Skip to content

Commit eca730f

Browse files
committed
cleanup
1 parent 8cc07c1 commit eca730f

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
@@ -312,6 +312,7 @@ val buildGraalVmReflectionJson = tasks.register("buildGraalVmReflectionJson") {
312312
}
313313

314314
// write into targetFile in json format
315+
// todo either write to generated sources or add to SDK extension incubator build process
315316
targetFile.parentFile.mkdirs()
316317
targetFile.bufferedWriter().use { writer ->
317318
writer.write("[\n")

0 commit comments

Comments
 (0)