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

@@ -33,8 +33,8 @@ plugins {
dependencies {
implementation( project( ":flatlaf-core" ) )
testImplementation( libs.bundles.junit )
testRuntimeOnly( libs.junit.engine )
testImplementation( libs.junit )
testRuntimeOnly( libs.junit.launcher )
}
flatlafModuleInfo {

View File

@@ -33,8 +33,8 @@ plugins {
dependencies {
implementation( project( ":flatlaf-core" ) )
testImplementation( libs.bundles.junit )
testRuntimeOnly( libs.junit.engine )
testImplementation( libs.junit )
testRuntimeOnly( libs.junit.launcher )
}
flatlafModuleInfo {

View File

@@ -33,8 +33,8 @@ plugins {
dependencies {
implementation( project( ":flatlaf-core" ) )
testImplementation( libs.bundles.junit )
testRuntimeOnly( libs.junit.engine )
testImplementation( libs.junit )
testRuntimeOnly( libs.junit.launcher )
}
flatlafModuleInfo {

View File

@@ -33,8 +33,8 @@ plugins {
dependencies {
implementation( project( ":flatlaf-core" ) )
testImplementation( libs.bundles.junit )
testRuntimeOnly( libs.junit.engine )
testImplementation( libs.junit )
testRuntimeOnly( libs.junit.launcher )
}
flatlafModuleInfo {