(description)
| 84 | */''') |
| 85 | |
| 86 | def get_build_gradle(description): |
| 87 | return dedent('''\ |
| 88 | apply plugin: 'java-library' |
| 89 | |
| 90 | description = '%s' |
| 91 | |
| 92 | dependencies { |
| 93 | implementation project(':solr:core') |
| 94 | |
| 95 | testImplementation project(':solr:test-framework') |
| 96 | }''' % description) |
| 97 | |
| 98 | def get_overview_tpl(name): |
| 99 | return dedent('''\ |
no outgoing calls
no test coverage detected
searching dependent graphs…