Skip to content

Commit

Permalink
fix: Removed some hacky workaround by moving module-info.java to the …
Browse files Browse the repository at this point in the history
…Kotlin sources
  • Loading branch information
vemilyus committed May 10, 2024
1 parent 6f36a66 commit 73e12a1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,10 @@ dependencies {
testRuntimeOnly(libs.junitEngine)
}

java.sourceCompatibility = VERSION_11
java.targetCompatibility = VERSION_11

kotlin {
jvmToolchain(11)
}

tasks.compileKotlin {
destinationDirectory.set(tasks.compileJava.get().destinationDirectory)
}

tasks.test {
useJUnitPlatform()
}
Expand Down
File renamed without changes.

0 comments on commit 73e12a1

Please sign in to comment.