blob: 83fff7ec94588ae01b970ca0999bc1b13b9d493e [file] [log] [blame]
apply plugin: 'java'
apply plugin: 'clone-artifacts'
apply plugin: 'idea'
dependencies {
compile project(':base:builder-model')
compile project(':base:common')
testCompile 'junit:junit:4.12'
// Need an SLF4J implementation at runtime
testRuntime 'org.slf4j:slf4j-simple:1.7.2'
implementation libs.gradle_tooling_api
}
test.dependsOn ':publishLocal'