Skip to content

Commit

Permalink
Resolve deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Jan 2, 2024
1 parent da7bb09 commit e3a87b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ tasks {
val testTasks = testNGTestConfigurationsByVersion.map { (version, configuration) ->
register<Test>("test_${version.suffix}") {
classpath = configuration + sourceSets.test.get().output
testClassesDirs = files(testing.suites.named<JvmTestSuite>("test").map { it.sources.output.classesDirs })
group = JavaBasePlugin.VERIFICATION_GROUP
useJUnitPlatform {
includeEngines("junit-jupiter")
Expand Down

0 comments on commit e3a87b0

Please sign in to comment.