blob: 5f81fb40a2edbccc9055d5463cddaa216f21bb77 [file] [log] [blame]
dependencies {
compile rootProject
testCompile rootProject.sourceSets.test.runtimeClasspath
testCompile "xmlunit:xmlunit:$xmlunitVersion"
testCompile project(':groovy-test')
}
task moduleDescriptor(type: org.codehaus.groovy.gradle.WriteExtensionDescriptorTask) {
extensionClasses = 'org.codehaus.groovy.runtime.XmlGroovyMethods'
}
compileJava.dependsOn moduleDescriptor