SwingX: the library on Maven Central no longer depends on org.swinglabs.swingx:swingx-all:1.6.5-1 to avoid problems when another SwingX library should be used

This commit is contained in:
Karl Tauber
2021-03-19 16:23:29 +01:00
parent 4299c50537
commit 1493ddcf41
2 changed files with 6 additions and 1 deletions

View File

@@ -22,7 +22,9 @@ plugins {
dependencies {
implementation( project( ":flatlaf-core" ) )
implementation( "org.swinglabs.swingx:swingx-all:1.6.5-1" )
// use compileOnly() because there are various SwingX libraries available on Maven Central
compileOnly( "org.swinglabs.swingx:swingx-all:1.6.5-1" )
}
flatlafModuleInfo {