Groovy Documentation

org.gradle.nativebinaries.toolchain.plugins
[Groovy] Class GccCompilerPlugin

java.lang.Object
  org.gradle.nativebinaries.toolchain.plugins.GccCompilerPlugin
All Implemented Interfaces:
Plugin

@Incubating
class GccCompilerPlugin

A Plugin which makes the GNU GCC/G++ compiler available for compiling C/C++ code.


Constructor Summary
GccCompilerPlugin(FileResolver fileResolver, ExecActionFactory execActionFactory, Instantiator instantiator)

 
Method Summary
void apply(Project project)

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Constructor Detail

GccCompilerPlugin

@Inject
GccCompilerPlugin(FileResolver fileResolver, ExecActionFactory execActionFactory, Instantiator instantiator)


 
Method Detail

apply

void apply(Project project)


 

Gradle API 1.10