diff --git a/lucene/luke/build.gradle b/lucene/luke/build.gradle index f6df53cbee6..9b6f47b184e 100644 --- a/lucene/luke/build.gradle +++ b/lucene/luke/build.gradle @@ -105,7 +105,7 @@ task standaloneAssemble(type: Sync) { from configurations.runtimeClasspath from(file("src/distribution"), { - filesMatching("README.txt", { + filesMatching("README.md", { filteringCharset = 'UTF-8' filter(ExpandProperties, project: antHelper) }) diff --git a/lucene/luke/src/distribution/README.txt b/lucene/luke/src/distribution/README.md similarity index 85% rename from lucene/luke/src/distribution/README.txt rename to lucene/luke/src/distribution/README.md index 0efea2d309f..da12b979202 100644 --- a/lucene/luke/src/distribution/README.txt +++ b/lucene/luke/src/distribution/README.md @@ -1,6 +1,8 @@ +# Luke + This is Luke, Apache Lucene low-level index inspection and repair utility. Luke requires Java ${required.java.version}. You can start it with: java -jar ${luke.cmd} -Happy index hacking! \ No newline at end of file +Happy index hacking!