Skip to content

Commit

Permalink
Add ignored dependency
Browse files Browse the repository at this point in the history
Fixes #5800
  • Loading branch information
tobiasdiez authored Dec 31, 2019
1 parent 9474f5a commit e93eb73
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,9 @@ dependencyUpdates.resolutionStrategy = {
}
}
rules.withModule("de.jensd:fontawesomefx-materialdesignfont") { ComponentSelection selection ->
if (selection.candidate.version ==~ /2.0.26-9.1.1/ || selection.candidate.version ==~ /2.0.26-9.1.2/) {
if (selection.candidate.version ==~ /2.0.26-9.1.2/
|| selection.candidate.version ==~ /2.0.26-9.1.1/
|| selection.candidate.version ==~ /2.0.26-9.1.0/) {
selection.reject('1.7.22-11 is actually newer (strange version system)')
}
}
Expand Down

0 comments on commit e93eb73

Please sign in to comment.