mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2025-12-06 14:00:55 +03:00
Gradle: moved declaration of all external dependencies to libs.versions.toml and use Gradle version catalog
This commit is contained in:
@@ -21,6 +21,6 @@ plugins {
|
||||
|
||||
dependencies {
|
||||
implementation( project( ":flatlaf-core" ) )
|
||||
implementation( "net.java.dev.jna:jna:5.12.1" )
|
||||
implementation( "net.java.dev.jna:jna-platform:5.12.1" )
|
||||
implementation( libs.jna )
|
||||
implementation( libs.jna.platform )
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user