Skip to content

Commit

Permalink
Remove ASM exclude
Browse files Browse the repository at this point in the history
This seems to be a leftover from a very early version of the plugin.
None of the tests or example projects failed after I removed this.
  • Loading branch information
oehme committed Aug 31, 2021
1 parent ec4358b commit b2852cb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ class XtextBuilderPlugin implements Plugin<Project> {
val xtextTooling = project.configurations.create(sourceSet.qualifyConfigurationName("xtextTooling"))
generatorTask.xtextClasspath = xtextTooling
xtextTooling.extendsFrom(xtextLanguages)
xtextTooling.exclude(#{"group" -> "asm"})
#[
'org.eclipse.xtext:org.eclipse.xtext',
'org.eclipse.xtext:org.eclipse.xtext.smap',
Expand Down

0 comments on commit b2852cb

Please sign in to comment.