mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-15 08:18:55 +00:00
made args4j non optional
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
This commit is contained in:
parent
ecc7ae0bc3
commit
8a2d7a12bb
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ description = 'Platform-independent component for creating new Xtext projects.'
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile project(':org.eclipse.xtext')
|
compile project(':org.eclipse.xtext')
|
||||||
optional 'args4j:args4j'
|
compile 'args4j:args4j'
|
||||||
}
|
}
|
||||||
|
|
||||||
sourceSets.main.resources.srcDir 'resources'
|
sourceSets.main.resources.srcDir 'resources'
|
||||||
|
|
Loading…
Reference in a new issue