mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-15 08:18:55 +00:00
preserve parameter names during compile
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
This commit is contained in:
parent
8be649bb02
commit
327a8ebaea
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ sourceCompatibility = '1.8'
|
||||||
|
|
||||||
tasks.withType(JavaCompile) {
|
tasks.withType(JavaCompile) {
|
||||||
options.encoding = 'ISO-8859-1'
|
options.encoding = 'ISO-8859-1'
|
||||||
|
options.compilerArgs << '-parameters'
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks.withType(Javadoc) {
|
tasks.withType(Javadoc) {
|
||||||
|
|
Loading…
Reference in a new issue