Skip to content

Commit d44845a

Browse files
committed
fix for GRAILS-6762 "grails-macros.xml references wrong groovy-all jar file"
1 parent 9fdd014 commit d44845a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/grails/grails-macros.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868

6969
<classpath>
7070
<pathelement location="@{cwd}"/>
71-
<pathelement location="${grails.home}/lib/groovy-all-1.6.0.jar"/>
71+
<pathelement location="${grails.home}/lib/groovy-all-1.7.5.jar"/>
7272
<pathelement location="${grails.home}/dist/[email protected]@.jar"/>
7373
<extend-classpath/>
7474
</classpath>

0 commit comments

Comments
 (0)