MCPcopy Create free account
hub / github.com/apache/solr / get_build_gradle

Function get_build_gradle

dev-tools/scripts/scaffoldNewModule.py:86–96  ·  view source on GitHub ↗
(description)

Source from the content-addressed store, hash-verified

84 */''')
85
86def 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
98def get_overview_tpl(name):
99 return dedent('''\

Callers 1

scaffold_folderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…