Gradle: fixed warning regarding using deprecation Gradle features, making it incompatible with Gradle 9.0

This commit is contained in:
Karl Tauber
2024-03-23 13:46:51 +01:00
parent a503879858
commit a62dd22f83
6 changed files with 13 additions and 17 deletions

View File

@@ -27,8 +27,8 @@ plugins {
val sigtest = configurations.create( "sigtest" )
dependencies {
testImplementation( libs.bundles.junit )
testRuntimeOnly( libs.junit.engine )
testImplementation( libs.junit )
testRuntimeOnly( libs.junit.launcher )
// https://github.com/jtulach/netbeans-apitest
sigtest( libs.sigtest )