Skip to content

Commit

Permalink
[eclipse-xtext/xtext#2077] remove workaround for broken metadata in e…
Browse files Browse the repository at this point in the history
…clipse platform

Signed-off-by: Christian Dietrich <[email protected]>
  • Loading branch information
cdietrich committed Jun 17, 2022
1 parent 2cb49b6 commit 76d2c55
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,3 @@ dependencies {
implementation "de.undercouch:gradle-download-task:4.0.0"
implementation "org.tukaani:xz:1.8"
}

configurations.all {
if (name.contains("xtendTooling") || name.contains("xtextTooling")) {
dependencies {
add(name, platform("org.eclipse.xtext:xtext-dev-bom:$xtextVersion"))
}
}
}

0 comments on commit 76d2c55

Please sign in to comment.