blob: 3e80c69bf3deaf238764b0114f7b19ea19ad7c15 [file] [log] [blame]
dependencies {
compile rootProject
compile project(':groovy-xml')
testCompile project(':groovy-test')
testCompile("org.spockframework:spock-core:0.7-groovy-2.0") {
exclude module: 'groovy-all'
}
}
task backportJar(type:Jar) {
appendix = 'markup-backport'
dependsOn classes
from sourceSets.main.output
include 'groovy/text/markup/**'
}