From f80183c1139b21bb95bc64e216358f4a76001a65 Mon Sep 17 00:00:00 2001 From: psibre Date: Tue, 3 Sep 2024 10:31:55 +0200 Subject: [PATCH] fix(license): add license handling to JUnit template (#7409) --- contrib/junit.tpl | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/contrib/junit.tpl b/contrib/junit.tpl index 08e649b9eb00..b01bb9fd22dd 100644 --- a/contrib/junit.tpl +++ b/contrib/junit.tpl @@ -33,5 +33,16 @@ {{- end }} + +{{- if .Licenses }} + {{- $licenses := len .Licenses }} + {{ range .Licenses }} + + + + {{- end }} + +{{- end }} + {{- end }}