Documentation ¶
Overview ¶
Package modifier provides a library for adding a forked javac executable into a build.gradle file or pom.xml file.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PreProcessBuildGradle ¶
PreProcessBuildGradle takes a build.gradle file and either verifies that it already has the bits necessary to run kythe's javac wrapper, or adds that functionality.
Note this potentially modifies the input file, so make a copy beforehand if you need to keep the original.
func PreProcessPomXML ¶
PreProcessPomXML takes a pom.xml file and either verifies that it already has the bits necessary to specify a separate compiler on commandline, or adds functionality by dropping in a maven-compiler-plugin to the build.
Note this potentially overwrites the input file, even if it returns an error, so make a copy beforehand if you need to keep the original.
Types ¶
This section is empty.