mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-14 07:47:12 -06:00
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:
@@ -24,6 +24,9 @@ FlatLaf Change Log
|
|||||||
- JIDE Common Layer: The library on Maven Central no longer depends on
|
- JIDE Common Layer: The library on Maven Central no longer depends on
|
||||||
`com.jidesoft:jide-oss:3.6.18` to avoid problems when another JIDE library
|
`com.jidesoft:jide-oss:3.6.18` to avoid problems when another JIDE library
|
||||||
should be used. (issue #270)
|
should be used. (issue #270)
|
||||||
|
- 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.
|
||||||
- Support running in [JetBrains Projector](https://jetbrains.com/projector/).
|
- Support running in [JetBrains Projector](https://jetbrains.com/projector/).
|
||||||
|
|
||||||
#### Fixed bugs
|
#### Fixed bugs
|
||||||
|
|||||||
@@ -22,7 +22,9 @@ plugins {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation( project( ":flatlaf-core" ) )
|
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 {
|
flatlafModuleInfo {
|
||||||
|
|||||||
Reference in New Issue
Block a user