mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-15 08:18:55 +00:00

https://github.com/eclipse/xtext/issues/1548 Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
8 lines
235 B
Groovy
8 lines
235 B
Groovy
ext.title = 'Xtext IDE Library'
|
|
description = 'Platform-independent language support.'
|
|
|
|
dependencies {
|
|
api project(':org.eclipse.xtext')
|
|
api 'org.eclipse.emf:org.eclipse.emf.ecore.change'
|
|
api 'org.eclipse.lsp4j:org.eclipse.lsp4j'
|
|
}
|