Fixed typo in taskdef task
This commit is contained in:
		| @@ -36,7 +36,7 @@ | |||||||
|     </target> |     </target> | ||||||
|  |  | ||||||
|     <target name="-init-groovy"> |     <target name="-init-groovy"> | ||||||
|         <taskef name="groovyc" classpathref="groovy.classpath" |         <taskdef name="groovyc" classpathref="groovy.classpath" | ||||||
|             classname="org.codehaus.groovy.ant.Groovyc"/> |             classname="org.codehaus.groovy.ant.Groovyc"/> | ||||||
|     </target> |     </target> | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user