org.gradle.play.toolchain.PlayToolChain

Here are the examples of the java api org.gradle.play.toolchain.PlayToolChain taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

1 Examples 7

19 Source : TwirlCompile.java
with MIT License
from ghnor

/**
 * Sets the tool chain that will be used to compile the twirl source.
 *
 * @param toolChain The tool chain.
 */
public void setToolChain(PlayToolChain toolChain) {
    // Implementation is generated
    throw new UnsupportedOperationException();
}