gradle-plugin: Remove manifest compilation parameter

This commit is contained in:
Ilya Matveev
2017-09-07 17:38:52 +03:00
committed by ilmat192
parent 016893991a
commit 5e1866f262
3 changed files with 0 additions and 41 deletions
-2
View File
@@ -242,8 +242,6 @@ For this project the task graph will be the following:
enableAssertions() // Enable assertions in binaries generated.
enableDebug() // Enable debugging for binaries generated.
manifest 'path/to/manifest.file' // A manifest addend file.
// Arguments to be passed to a linker.
linkerOpts 'Some linker opts'