Skip to content

Commit

Permalink
fix spotless issue under Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-schmidt committed Aug 20, 2019
1 parent 7d5ce36 commit 73bc4d9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Expand Up @@ -2,6 +2,11 @@ buildscript {
repositories {
jcenter()
}
configurations.classpath {
resolutionStrategy {
force 'org.eclipse.jgit:org.eclipse.jgit:5.3.1.201904271842-r'
}
}
}

plugins {
Expand Down

0 comments on commit 73bc4d9

Please sign in to comment.