gradle-plugin: Mention several available options in GRADLE_PLUGIN.md
This commit is contained in:
@@ -144,6 +144,10 @@ For this project the task graph will be the following:
|
|||||||
|
|
||||||
noStdLib() // Don't link with stdlib.
|
noStdLib() // Don't link with stdlib.
|
||||||
enableOptimization() // Enable compiler optimizations.
|
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.
|
// Arguments to be passed to a linker.
|
||||||
linkerOpts 'Some linker opts'
|
linkerOpts 'Some linker opts'
|
||||||
|
|||||||
+1
-1
@@ -294,7 +294,7 @@ class IncrementalSpecification extends Specification {
|
|||||||
recompilationAndInteropProcessingHappened(*results)
|
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'() {
|
def 'target change should cause recompilation and interop reprocessing'() {
|
||||||
when:
|
when:
|
||||||
def newTarget
|
def newTarget
|
||||||
|
|||||||
Reference in New Issue
Block a user