Merge pull request #1784 from eclipse/cd_issue2019

[eclipse/xtext#2019] workaround for grgit transitive jgit dependency
This commit is contained in:
Christian Dietrich 2021-11-30 13:37:39 +01:00 committed by GitHub
commit 4d3eadbd81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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["
}
}
}
}
}