mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-11 06:27:13 -06: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