mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-11 06:27:13 -06:00
flatlaf-core/build.gradle.kts: use testImplementation() instead of deprecated testCompile() in dependencies
This commit is contained in:
@@ -25,8 +25,8 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
testCompile( "com.miglayout:miglayout-swing:5.2" )
|
||||
testCompile( "com.jgoodies:jgoodies-forms:1.9.0" )
|
||||
testImplementation( "com.miglayout:miglayout-swing:5.2" )
|
||||
testImplementation( "com.jgoodies:jgoodies-forms:1.9.0" )
|
||||
}
|
||||
|
||||
java {
|
||||
|
||||
Reference in New Issue
Block a user