blob: 06a53085e4fce02cd188d4c2ef33b7056f5186f8 [file] [log] [blame] [edit]
plugins {
id("ktlint-publication-library")
}
dependencies {
implementation(projects.ktlintCliReporterCore)
testImplementation(projects.ktlintTest)
testImplementation(libs.junit5.jupiter)
// Since Gradle 8 the platform launcher needs explicitly be defined as runtime dependency to avoid classpath problems
// https://docs.gradle.org/8.12/userguide/upgrading_version_8.html#test_framework_implementation_dependencies
testRuntimeOnly(libs.junit5.platform.launcher)
}