From a0bd7ad77b55802f594a1512b0eeab86347586d3 Mon Sep 17 00:00:00 2001 From: Meletis Margaritis Date: Fri, 8 Dec 2023 14:57:03 +0200 Subject: [PATCH] Reproduced https://github.com/spring-projects/spring-boot/issues/36997 --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3576866..eca77c3 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ # native-build-tools-bug-report -This repo is created to help troubleshooting the bug report at https://github.com/graalvm/native-build-tools/issues/537 +This repo is created to help troubleshooting the bug reports at the following issues: + + * https://github.com/graalvm/native-build-tools/issues/537 + + * https://github.com/spring-projects/spring-boot/issues/36997