Configuration options for the gradle license plugin.
| Type | Name and description |
|---|---|
boolean |
copyHtmlReportToAssetsWhether or not the HTML report should be copied to the Android assets directory. |
boolean |
copyJsonReportToAssetsWhether or not the HTML report should be copied to the Android assets directory. |
boolean |
generateHtmlReportWhether or not the HTML report should be generated. |
boolean |
generateJsonReportWhether or not the JSON report should be generated. |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Whether or not the HTML report should be copied to the Android assets directory. Ignored if the project is not an Android project. Has no effect if the HTML report is disabled.
Whether or not the HTML report should be copied to the Android assets directory. Ignored if the project is not an Android project. Has no effect if the JSON report is disabled.
Whether or not the HTML report should be generated.
Whether or not the JSON report should be generated.