This file is indexed.

/usr/share/doc/gradle/userguide/troubleshooting.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;12.&nbsp;Troubleshooting</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="pt02.html" title="Part&nbsp;II.&nbsp;Working with existing builds"><link rel="prev" href="build_environment.html" title="Chapter&nbsp;11.&nbsp;The Build Environment"><link rel="next" href="embedding.html" title="Chapter&nbsp;13.&nbsp;Embedding Gradle"></head><body><div class="navheader"><div><div class="navbar"><a xmlns:xslthl="http://xslthl.sf.net" href="build_environment.html" title="Chapter&nbsp;11.&nbsp;The Build Environment">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="embedding.html" title="Chapter&nbsp;13.&nbsp;Embedding Gradle">Next</a></div></div></div><div class="chapter"><div class="titlepage"><div><div><h1 xmlns:xslthl="http://xslthl.sf.net"><a name="troubleshooting"></a>Chapter&nbsp;12.&nbsp;Troubleshooting</h1></div></div></div><div class="note"><p>
            This chapter is currently a work in progress.
        </p></div><p>
        When using Gradle (or any software package), you can run into problems. You may not understand
        how to use a particular feature, or you may encounter a defect. Or, you may have a general question
        about Gradle.
    </p><p>
        This chapter gives some advice for troubleshooting problems and explains how to get help with your problems.
    </p><div class="section"><div class="titlepage"><div><div><h2 class="title"><a name="N10A1E"></a>12.1.&nbsp;Working through problems</h2></div></div></div><p>
            If you are encountering problems, one of the first things to try is using the very latest release of Gradle. New versions of Gradle are
            released frequently with bug fixes and new features. The problem you are having may have been fixed in a new release.
        </p><p>
            If you are using the Gradle Daemon, try temporarily disabling the daemon (you can pass the command line switch <code class="literal">--no-daemon</code>).
            More information about troubleshooting the daemon process is located in <a class="xref" href="gradle_daemon.html">Chapter&nbsp;6, <i>The Gradle Daemon</i></a>.
        </p></div><div class="section"><div class="titlepage"><div><div><h2 class="title"><a name="N10A2B"></a>12.2.&nbsp;Getting help</h2></div></div></div><p>
            The place to go for help with Gradle is <a class="ulink" href="http://forums.gradle.org" target="_top">http://forums.gradle.org</a>.
            The Gradle Forums is the place where you can report problems and ask questions of the Gradle 
            developers and other community members.
        </p><p>
            If something's not working for you, posting a question or problem report to the forums is the fastest way 
            to get help. It's also the place to post improvement suggestions or new ideas. The development team 
            frequently posts news items and announces releases via the forum, making it a great way to stay up to 
            date with the latest Gradle developments.
        </p></div></div><div class="navfooter"><div><div class="navbar"><a xmlns:xslthl="http://xslthl.sf.net" href="build_environment.html" title="Chapter&nbsp;11.&nbsp;The Build Environment">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="embedding.html" title="Chapter&nbsp;13.&nbsp;Embedding Gradle">Next</a></div></div></div></body></html>