This file is indexed.

/usr/share/doc/gradle/userguide/introduction.html is in gradle-doc 2.10-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<html><head><META http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Chapter&nbsp;1.&nbsp;Introduction</title><link xmlns:xslthl="http://xslthl.sf.net" type="text/css" rel="stylesheet" href="base.css"><link xmlns:xslthl="http://xslthl.sf.net" type="text/css" rel="stylesheet" href="docs.css"><link xmlns:xslthl="http://xslthl.sf.net" type="text/css" rel="stylesheet" href="userguide.css"><meta content="DocBook XSL Stylesheets V1.79.1" name="generator"><link rel="home" href="userguide.html" title="Gradle User Guide"><link rel="up" href="pt01.html" title="Part&nbsp;I.&nbsp;About Gradle"><link rel="prev" href="pt01.html" title="Part&nbsp;I.&nbsp;About Gradle"><link rel="next" href="overview.html" title="Chapter&nbsp;2.&nbsp;Overview"></head><body><div class="navheader"><div><div class="navbar"><a xmlns:xslthl="http://xslthl.sf.net" href="pt01.html" title="Part&nbsp;I.&nbsp;About Gradle">Previous</a><span>|</span><a xmlns:xslthl="http://xslthl.sf.net" href="userguide.html" title="Gradle User Guide">Contents</a><span>|</span><a xmlns:xslthl="http://xslthl.sf.net" href="overview.html" title="Chapter&nbsp;2.&nbsp;Overview">Next</a></div></div></div><div class="chapter"><div class="titlepage"><div><div><h1 xmlns:xslthl="http://xslthl.sf.net"><a name="introduction"></a>Chapter&nbsp;1.&nbsp;Introduction</h1></div></div></div><p>We would like to introduce Gradle to you, a build system that we think is a quantum leap for build technology
        in the Java (JVM) world. Gradle provides:
    </p><div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem"><p>A very flexible general purpose build tool like Ant.
            </p></li><li class="listitem"><p>Switchable, build-by-convention frameworks a la Maven. But we never lock you in!
            </p></li><li class="listitem"><p>Very powerful support for multi-project builds.
            </p></li><li class="listitem"><p>Very powerful dependency management (based on Apache Ivy).
            </p></li><li class="listitem"><p>Full support for your existing Maven or Ivy repository infrastructure.
            </p></li><li class="listitem"><p>Support for transitive dependency management without the need for remote repositories or
                <code class="filename">pom.xml</code> and <code class="filename">ivy.xml</code> files.
            </p></li><li class="listitem"><p>Ant tasks and builds as first class citizens.
            </p></li><li class="listitem"><p>
                <span class="emphasis"><em>Groovy</em></span> build scripts.
            </p></li><li class="listitem"><p>A rich domain model for describing your build.
            </p></li></ul></div><p>
        In <a class="xref" href="overview.html">Chapter&nbsp;2, <i>Overview</i></a> you will find a detailed overview of Gradle. Otherwise, the
        <a class="link" href="">tutorials</a> are waiting, have fun :)
    </p><div class="section"><div class="titlepage"><div><div><h2 class="title"><a name="N1004B"></a>1.1.&nbsp;About this user guide</h2></div></div></div><p>This user guide, like Gradle itself, is under very active development. Some parts of Gradle aren't
            documented as completely as they need to be. Some of the content presented won't be entirely clear or
            will assume that you know more about Gradle than you do. We need your help to improve this user
            guide. You can find out more about contributing to the documentation at the
            <a class="ulink" href="http://www.gradle.org/contribute" target="_top">Gradle web site</a>.
        </p><p>Throughout the user guide, you will find some diagrams that represent dependency relationships
        between Gradle tasks. These use something analogous to the UML dependency notation, which renders an
        arrow from one task to the task that the first task depends on.</p></div></div><div class="navfooter"><div><div class="navbar"><a xmlns:xslthl="http://xslthl.sf.net" href="pt01.html" title="Part&nbsp;I.&nbsp;About Gradle">Previous</a><span>|</span><a xmlns:xslthl="http://xslthl.sf.net" href="userguide.html" title="Gradle User Guide">Contents</a><span>|</span><a xmlns:xslthl="http://xslthl.sf.net" href="overview.html" title="Chapter&nbsp;2.&nbsp;Overview">Next</a></div></div></div></body></html>