Skip to content

Commit

Permalink
🚚 move kotlin test files to kotlin dir, add required kotlin test depe…
Browse files Browse the repository at this point in the history
…ndencies
  • Loading branch information
ryandens committed Aug 16, 2023
1 parent 4da9ada commit e3c506e
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions pom-operator/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,8 @@ dependencies {
testImplementation("io.github.java-diff-utils:java-diff-utils:4.12")
testImplementation("org.hamcrest:hamcrest-all:1.3")
testImplementation("junit:junit:4.13.2")
testImplementation("org.jetbrains.kotlin:kotlin-test-junit:1.7.10")
compileOnly("org.slf4j:slf4j-api:2.0.0")
testImplementation("org.jetbrains.kotlin:kotlin-test-junit5")
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.9.2")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
}

// tasks.withType<JavaCompile>() {
// options.encoding = "UTF-8"
// }
//
// tasks.withType<Javadoc>() {
// options.encoding = "UTF-8"
// }

0 comments on commit e3c506e

Please sign in to comment.