mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-12 23:07:15 -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 {
|
dependencies {
|
||||||
testCompile( "com.miglayout:miglayout-swing:5.2" )
|
testImplementation( "com.miglayout:miglayout-swing:5.2" )
|
||||||
testCompile( "com.jgoodies:jgoodies-forms:1.9.0" )
|
testImplementation( "com.jgoodies:jgoodies-forms:1.9.0" )
|
||||||
}
|
}
|
||||||
|
|
||||||
java {
|
java {
|
||||||
|
|||||||
Reference in New Issue
Block a user