blob: 1b0d0b5371ff7322597a2aa25417cc2e1f47ab77 [file] [log] [blame]
dependencies {
compile rootProject
testCompile rootProject.sourceSets.test.runtimeClasspath
testCompile project(':groovy-test')
}
task moduleDescriptor(type: org.codehaus.groovy.gradle.WriteExtensionDescriptorTask) {
extensionClasses = 'org.codehaus.groovy.runtime.SwingGroovyMethods'
}
compileJava.dependsOn moduleDescriptor