We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77bf461 commit 0daa49bCopy full SHA for 0daa49b
instrumentation/spring/spring-boot-autoconfigure/build.gradle.kts
@@ -252,6 +252,7 @@ val buildGraalVmReflectionJson = tasks.register("buildGraalVmReflectionJson") {
252
}
253
254
// write into targetFile in json format
255
+ // todo either write to generated sources or add to SDK extension incubator build process
256
targetFile.parentFile.mkdirs()
257
targetFile.bufferedWriter().use { writer ->
258
writer.write("[\n")
0 commit comments