Skip to content

Commit

Permalink
D535003 | new Gradle label doesn't match UI case
Browse files Browse the repository at this point in the history
  • Loading branch information
akaryakina committed Nov 15, 2021
1 parent 32f8e71 commit efabfaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<j:set var="uid" value="${descriptor.generateId()}"/>
<f:radioBlock inline="true" name="${uid}.useWrapper" checked="${!instance.useWrapper}" value="false" title="${%Invoke Gradle}">
<j:if test="${!empty(descriptor.installations)}">
<f:entry title="${%Gradle Version}" field="gradleInstallationName" help="/plugin/fortify/help-gradleVersion.html">
<f:entry title="${%Gradle version}" field="gradleInstallationName" help="/plugin/fortify/help-gradleVersion.html">
<f:select />
</f:entry>
</j:if>
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/help-gradleVersion.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
-->
<div>
<p>
Select the installation of Gradle from your Global Tool Configuration. Make sure that the version you select is supported by the Fortify Static Code Analysis engine.
Select an installation of Gradle configured from the Global Tool Configuration. Make sure Fortify Static Code Analyzer supports the Gradle version you select. To use any Gradle-related environment variables on the agent for the Gradle executable location, select (Default).
</p>
</div>

0 comments on commit efabfaf

Please sign in to comment.