blob: 03dee06693e73d1450191d22f8c792c10844bcb5 [file]
plugins {
id("org.jetbrains.kotlin.jvm")
id("com.vanniktech.maven.publish")
}
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
dependencies {
api projects.shark.shark
api projects.shark.sharkGraph
testImplementation libs.assertjCore
testImplementation libs.junit
testImplementation projects.shark.sharkTest
testImplementation projects.shark.sharkHprofTest
}