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 8cc07c1 commit eca730fCopy full SHA for eca730f
instrumentation/spring/spring-boot-autoconfigure/build.gradle.kts
@@ -312,6 +312,7 @@ val buildGraalVmReflectionJson = tasks.register("buildGraalVmReflectionJson") {
312
}
313
314
// write into targetFile in json format
315
+ // todo either write to generated sources or add to SDK extension incubator build process
316
targetFile.parentFile.mkdirs()
317
targetFile.bufferedWriter().use { writer ->
318
writer.write("[\n")
0 commit comments