Skip to content

Commit

Permalink
[FIXED JENKINS-15166] gradleName "lost" due to refactoring of web UI
Browse files Browse the repository at this point in the history
  • Loading branch information
ndeloof committed Sep 19, 2012
1 parent 86e7200 commit 17bd2e4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -3,7 +3,7 @@

<f:radioBlock name="useWrapper" checked="${!instance.useWrapper}" value="false" title="${%Invoke Gradle}">
<f:entry title="${%Gradle Version}" field="gradleName">
<select class="setting-input">
<select class="setting-input" name="gradleName">
<option>(Default)</option>
<j:forEach var="inst" items="${descriptor.installations}">
<f:option selected="${inst.name==instance.gradle.name}">${inst.name}</f:option>
Expand Down

0 comments on commit 17bd2e4

Please sign in to comment.