mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-15 08:18:55 +00:00
Merge pull request #1784 from eclipse/cd_issue2019
[eclipse/xtext#2019] workaround for grgit transitive jgit dependency
This commit is contained in:
commit
4d3eadbd81
1 changed files with 7 additions and 0 deletions
|
@ -10,6 +10,13 @@ buildscript {
|
|||
repositories.mavenCentral()
|
||||
dependencies {
|
||||
classpath "org.xtext:xtext-gradle-plugin:$versions.xtext_gradle_plugin"
|
||||
constraints {
|
||||
classpath("org.eclipse.jgit:org.eclipse.jgit") {
|
||||
version {
|
||||
strictly "[5.13, 6.0["
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue