Skip to content

Commit

Permalink
Fix for JENKINS-10768, removed validation from home field, validation…
Browse files Browse the repository at this point in the history
… in fact wasn't implemented (should be with switch to common GroovyInstallation)
  • Loading branch information
vjuranek committed Aug 19, 2011
1 parent 8cc9581 commit 03d32cc
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -10,7 +10,7 @@
</f:entry>

<f:entry title="GROOVY_HOME">
<input class="setting-input validated" name="groovy.home"
<input class="setting-input" name="groovy.home"
type="text" value="${groovy.home}" />
</f:entry>
<f:entry title="">
Expand Down

0 comments on commit 03d32cc

Please sign in to comment.