Skip to content

Commit

Permalink
removed forced jgit version after spotless bugfix in 3.24.3
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-schmidt committed Oct 3, 2019
1 parent a346da3 commit fa67759
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions build.gradle
Expand Up @@ -2,12 +2,6 @@ buildscript {
repositories {
jcenter()
}
// force jgit version to avoid mingw bug: https://github.com/diffplug/spotless/issues/410
configurations.classpath {
resolutionStrategy {
force 'org.eclipse.jgit:org.eclipse.jgit:5.3.1.201904271842-r'
}
}
}

plugins {
Expand Down

0 comments on commit fa67759

Please sign in to comment.