Follow-up to help/ant.txt removal.

This commit is contained in:
Dawid Weiss 2021-03-19 15:13:55 +01:00
parent 1679076bde
commit c0852d1e9c
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@
configure(rootProject) { configure(rootProject) {
def helpFiles = [ def helpFiles = [
["Workflow", "help/workflow.txt", "Typical workflow commands."], ["Workflow", "help/workflow.txt", "Typical workflow commands."],
["Ant", "help/ant.txt", "Ant-gradle migration help."],
["Tests", "help/tests.txt", "Tests, filtering, beasting, etc."], ["Tests", "help/tests.txt", "Tests, filtering, beasting, etc."],
["Formatting", "help/formatting.txt", "Code formatting conventions."], ["Formatting", "help/formatting.txt", "Code formatting conventions."],
["Jvms", "help/jvms.txt", "Using alternative or EA JVM toolchains."], ["Jvms", "help/jvms.txt", "Using alternative or EA JVM toolchains."],