blob: 98ae8bf7abc6e2ab10f38406c53e6c50350784fd [file] [log] [blame]
import org.gradle.plugins.ide.idea.model.*
import t5build.*
description = "Project including common classes for tapestry-core, tapestry-ioc and beanmodel."
//apply plugin: JavaPlugin
buildDir = 'target/gradle-build'
dependencies {
compile project(":plastic")
compile project(":tapestry5-annotations")
compile project(":tapestry-func")
}
jar {
manifest {
}
}