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