Gradle: moved declaration of all external dependencies to libs.versions.toml and use Gradle version catalog

This commit is contained in:
Karl Tauber
2023-05-18 15:37:03 +02:00
parent e9fb2b3fdc
commit 9d84501bc8
13 changed files with 87 additions and 33 deletions

View File

@@ -23,7 +23,7 @@ plugins {
dependencies {
implementation( project( ":flatlaf-core" ) )
implementation( "com.formdev:svgSalamander:1.1.3" )
implementation( libs.svgSalamander )
}
flatlafModuleInfo {