Skip to content

Commit c3aa63d

Browse files
chore: Latest ControlsFX excludes org.openjfx already
1 parent fc32250 commit c3aa63d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ plugins {
1212
dependencies {
1313
// ControlsFX
1414
implementation ('org.controlsfx:controlsfx:11.1.0') {
15-
exclude group: 'org.openjfx', module: '*'
15+
// exclude group: 'org.openjfx', module: '*'
1616
}
1717

1818
// Math

0 commit comments

Comments
 (0)