Skip to content

Commit b2f3c74

Browse files
Remove typo: a dependency is listed twice but the first one (with its transitive dependencies) overrides the second one (that doesn't include its transitive dependencies)
1 parent 87c2b30 commit b2f3c74

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

richtextfx/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ group = 'org.fxmisc.richtext'
55

66
dependencies {
77
compile group: 'org.reactfx', name: 'reactfx', version: '2.0-SNAPSHOT'
8-
compile group: 'org.fxmisc.undo', name: 'undofx', version: '1.2'
98
compile (group: 'org.fxmisc.undo', name: 'undofx', version: '1.2') {
109
transitive = false
1110
}

0 commit comments

Comments
 (0)