mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2025-12-06 05:50:53 +03:00
Gradle: moved declaration of all external dependencies to libs.versions.toml and use Gradle version catalog
This commit is contained in:
@@ -24,7 +24,7 @@ dependencies {
|
||||
implementation( project( ":flatlaf-core" ) )
|
||||
|
||||
// use compileOnly() because there are various JIDE libraries available on Maven Central
|
||||
compileOnly( "com.formdev:jide-oss:3.7.12" )
|
||||
compileOnly( libs.jide.oss )
|
||||
}
|
||||
|
||||
java {
|
||||
|
||||
Reference in New Issue
Block a user