Skip to content

Commit

Permalink
Update build.gradle.kts: small tidying
Browse files Browse the repository at this point in the history
  • Loading branch information
StartsMercury committed Nov 10, 2024
1 parent a0f4582 commit 5d45443
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -74,16 +74,11 @@ tasks.withType<ProcessResources> {
}
}

@Suppress("UnstableApiUsage")
testing {
suites {
val test by getting(JvmTestSuite::class) {
useJUnitJupiter()

// sources {
// val main by sourceSets.getting
// runtimeClasspath += main.runtimeClasspath
// compileClasspath += main.compileClasspath
// }
}
}
}
Expand Down

0 comments on commit 5d45443

Please sign in to comment.