mirror of https://github.com/apache/lucene.git
Correct class->classname.
This commit is contained in:
parent
b4d26f94d3
commit
34aa8714d8
|
@ -17,7 +17,7 @@ configure(rootProject) {
|
|||
doFirst {
|
||||
ant.taskdef(
|
||||
name: "groovy",
|
||||
class: "org.codehaus.groovy.ant.Groovy",
|
||||
classname: "org.codehaus.groovy.ant.Groovy",
|
||||
classpath: configurations.checkSourceDeps.asPath)
|
||||
|
||||
ant.groovy(src: project(":lucene").file("tools/src/groovy/check-source-patterns.groovy"))
|
||||
|
|
Loading…
Reference in New Issue