mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2025-12-07 06:20:53 +03:00
JIDE: the library on Maven Central no longer depends on com.jidesoft:jide-oss:3.6.18 to avoid problems when another JIDE library should be used (issue #270)
This commit is contained in:
@@ -21,6 +21,9 @@ FlatLaf Change Log
|
|||||||
use same background color as main content. (PR #268; issue #254)
|
use same background color as main content. (PR #268; issue #254)
|
||||||
- JIDE Common Layer: Support `JideButton`, `JideLabel`, `JideSplitButton`,
|
- JIDE Common Layer: Support `JideButton`, `JideLabel`, `JideSplitButton`,
|
||||||
`JideToggleButton` and `JideToggleSplitButton`.
|
`JideToggleButton` and `JideToggleSplitButton`.
|
||||||
|
- 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
|
||||||
|
should be used. (issue #270)
|
||||||
- Support running in [JetBrains Projector](https://jetbrains.com/projector/).
|
- Support running in [JetBrains Projector](https://jetbrains.com/projector/).
|
||||||
|
|
||||||
#### Fixed bugs
|
#### Fixed bugs
|
||||||
|
|||||||
@@ -21,7 +21,9 @@ plugins {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation( project( ":flatlaf-core" ) )
|
implementation( project( ":flatlaf-core" ) )
|
||||||
implementation( "com.jidesoft:jide-oss:3.6.18" )
|
|
||||||
|
// use compileOnly() because there are various JIDE libraries available on Maven Central
|
||||||
|
compileOnly( "com.jidesoft:jide-oss:3.6.18" )
|
||||||
}
|
}
|
||||||
|
|
||||||
java {
|
java {
|
||||||
|
|||||||
Reference in New Issue
Block a user