src/main/webapp/WEB-INF/jspf/issue-progress.jspf

Thu, 29 Dec 2022 13:58:08 +0100

author
Mike Becker <universe@uap-core.de>
date
Thu, 29 Dec 2022 13:58:08 +0100
changeset 255
1270f91b4c22
parent 114
dbd5c60c29e6
permissions
-rw-r--r--

update from gradle 7.3 to 7.6

And hope that this fixes an idiotic internal
duplication error
(see https://github.com/gradle/gradle/issues/17236)

<%--
summary: IssueSummary
--%>

<div class="issue-progress-bar">
    <div class="open" style="width: ${summary.openPercent}%"></div>
    <div class="active" style="width: ${summary.activePercent}%"></div>
    <div class="done" style="width: ${summary.donePercent}%"></div>
</div>

mercurial