xtext-core/org.eclipse.xtext.util/build.gradle
Christian Dietrich dbbc3767a8 test with reload4j
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
2022-03-02 15:10:36 +01:00

13 lines
418 B
Groovy

ext.title = 'Xtext Utilities'
description = 'Utility classes used throughout Xtext.'
dependencies {
api "org.eclipse.xtend:org.eclipse.xtend.lib:$versions.xtext"
api 'ch.qos.reload4j:reload4j'
api 'org.eclipse.emf:org.eclipse.emf.common'
api 'org.eclipse.emf:org.eclipse.emf.ecore'
api 'com.google.inject:guice'
}
// Set the value of the Maven-Version attribute
manifestReplacements.put('unspecified', version)