Skip to content

Commit 0daa49b

Browse files
committed
cleanup
1 parent 77bf461 commit 0daa49b

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
@@ -252,6 +252,7 @@ val buildGraalVmReflectionJson = tasks.register("buildGraalVmReflectionJson") {
252252
}
253253

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

0 commit comments

Comments
 (0)