File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 114114if [ -z "$GROOVY_CONF" ]; then
115115 GROOVY_CONF="$GRAILS_HOME/conf/groovy-starter.conf"
116116fi
117- STARTER_CLASSPATH="$GRAILS_HOME/lib/groovy-all-1.7.5 .jar:$GRAILS_HOME/dist/grails-bootstrap-1.3.7.BUILD-SNAPSHOT.jar"
117+ STARTER_CLASSPATH="$GRAILS_HOME/lib/groovy-all-1.7.8-SNAPSHOT .jar:$GRAILS_HOME/dist/grails-bootstrap-1.3.7.BUILD-SNAPSHOT.jar"
118118
119119# Allow access to Cocoa classes on OS X
120120if $darwin; then
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ set CMD_LINE_ARGS=%$
106106
107107:execute
108108@ rem Setup the command line
109- set STARTER_CLASSPATH = %GRAILS_HOME% \lib\groovy-all-1.7.5 .jar;%GRAILS_HOME% \dist\grails-bootstrap-1.3.7.BUILD-SNAPSHOT.jar
109+ set STARTER_CLASSPATH = %GRAILS_HOME% \lib\groovy-all-1.7.8-SNAPSHOT .jar;%GRAILS_HOME% \dist\grails-bootstrap-1.3.7.BUILD-SNAPSHOT.jar
110110
111111if exist " %USERPROFILE% /.groovy/init.bat" call " %USERPROFILE% /.groovy/init.bat"
112112
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ bundlor.servlet.version=2.5.0
1616bundlor.jndi.version =1.2.0
1717bundlor.servlet.jsp.version =2.1.0
1818bundlor.radeox.version =1.0.0.b2
19- bundlor.groovy.version =1.7.8-SNAPSHOT
19+ bundlor.groovy.version =1.7.8.BUILD -SNAPSHOT
2020bundlor.spring.version =3.0.5.RELEASE
2121bundlor.ant.version =1.7.1
2222bundlor.ivy.version =2.0.0
You can’t perform that action at this time.
0 commit comments