mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-15 08:18:55 +00:00
[eclipse/xtext#2070] bump and remove grgit/jgit workaround
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
This commit is contained in:
parent
4d3eadbd81
commit
c3a04f861f
1 changed files with 1 additions and 8 deletions
|
@ -10,18 +10,11 @@ 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["
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
plugins {
|
||||
id 'org.ajoberstar.grgit' version '4.1.0'
|
||||
id 'org.ajoberstar.grgit' version '4.1.1'
|
||||
}
|
||||
|
||||
apply from: "${rootDir}/gradle/versions.gradle"
|
||||
|
|
Loading…
Reference in a new issue