public final class ClojureCompileOptions
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
ClojureCompileOptions() |
| Modifier and Type | Method and Description |
|---|---|
ClojureCompileOptions |
forkOptions(org.gradle.api.Action<? super ClojureForkOptions> configureAction) |
java.util.List<java.lang.String> |
getElideMeta() |
ClojureForkOptions |
getForkOptions() |
ReflectionWarnings |
getReflectionWarnings() |
boolean |
isAotCompile() |
boolean |
isCopySourceSetToOutput() |
boolean |
isDirectLinking() |
boolean |
isDisableLocalsClearing() |
ClojureCompileOptions |
reflectionWarnings(org.gradle.api.Action<? super ReflectionWarnings> configureAction) |
void |
setAotCompile(boolean aotCompile) |
void |
setCopySourceSetToOutput(boolean copySourceSetToOutput) |
void |
setDirectLinking(boolean directLinking) |
void |
setDisableLocalsClearing(boolean disableLocalsClearing) |
void |
setElideMeta(java.util.List<java.lang.String> elideMeta) |
void |
setReflectionWarnings(ReflectionWarnings reflectionWarnings) |
public ClojureForkOptions getForkOptions()
public ClojureCompileOptions forkOptions(org.gradle.api.Action<? super ClojureForkOptions> configureAction)
@Input public boolean isAotCompile()
public void setAotCompile(boolean aotCompile)
@Input public boolean isCopySourceSetToOutput()
public void setCopySourceSetToOutput(boolean copySourceSetToOutput)
public ReflectionWarnings getReflectionWarnings()
public void setReflectionWarnings(ReflectionWarnings reflectionWarnings)
public ClojureCompileOptions reflectionWarnings(org.gradle.api.Action<? super ReflectionWarnings> configureAction)
@Input public boolean isDisableLocalsClearing()
public void setDisableLocalsClearing(boolean disableLocalsClearing)
@Input public java.util.List<java.lang.String> getElideMeta()
public void setElideMeta(java.util.List<java.lang.String> elideMeta)
@Input public boolean isDirectLinking()
public void setDirectLinking(boolean directLinking)