blob: 99cb1d4d9a72191218afb3640638f91cb465ad0f [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 {
api project(":plastic")
api project(":tapestry5-annotations")
implementation project(":tapestry-func")
testImplementation "org.junit.jupiter:junit-jupiter:${versions.junitJupiter}"
}
jar {
manifest {
}
}
test {
useJUnit()
}