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 98a4f8c commit 7970928Copy full SHA for 7970928
instrumentation/spring/spring-boot-autoconfigure/build.gradle.kts
@@ -251,6 +251,7 @@ val buildGraalVmReflectionJson = tasks.register("buildGraalVmReflectionJson") {
251
}
252
253
// write into targetFile in json format
254
+ // todo either write to generated sources or add to SDK extension incubator build process
255
targetFile.parentFile.mkdirs()
256
targetFile.bufferedWriter().use { writer ->
257
writer.write("[\n")
0 commit comments