gradle-plugin: Mention several available options in GRADLE_PLUGIN.md

This commit is contained in:
Ilya Matveev
2017-07-18 18:32:09 +07:00
committed by ilmat192
parent 2ed2b262d2
commit 1b4f3536d0
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -144,6 +144,10 @@ For this project the task graph will be the following:
noStdLib() // Don't link with stdlib.
enableOptimization() // Enable compiler optimizations.
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'
@@ -294,7 +294,7 @@ class IncrementalSpecification extends Specification {
recompilationAndInteropProcessingHappened(*results)
}
@IgnoreIf(System.getProperty('os.name').contains('windows'))
@IgnoreIf({ System.getProperty('os.name').contains('windows') })
def 'target change should cause recompilation and interop reprocessing'() {
when:
def newTarget