This file is indexed.

/usr/share/doc/gradle/userguide/pt02.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
<html><head><META http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Part&nbsp;II.&nbsp;Working with existing builds</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="userguide.html" title="Gradle User Guide"><link rel="prev" href="overview.html" title="Chapter&nbsp;2.&nbsp;Overview"><link rel="next" href="installation.html" title="Chapter&nbsp;3.&nbsp;Installing Gradle"></head><body><div class="navheader"><div><div class="navbar"><a xmlns:xslthl="http://xslthl.sf.net" href="overview.html" title="Chapter&nbsp;2.&nbsp;Overview">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="installation.html" title="Chapter&nbsp;3.&nbsp;Installing Gradle">Next</a></div></div></div><div class="part"><div class="titlepage"><div><div><h1 class="title"><a name="N100CD"></a>Part&nbsp;II.&nbsp;Working with existing builds</h1></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl class="toc"><dt><span class="chapter"><a href="installation.html">3. Installing Gradle</a></span></dt><dd><dl><dt><span class="section"><a href="installation.html#N100D6">3.1. Prerequisites</a></span></dt><dt><span class="section"><a href="installation.html#N100E3">3.2. Download</a></span></dt><dt><span class="section"><a href="installation.html#N100EC">3.3. Unpacking</a></span></dt><dt><span class="section"><a href="installation.html#N10108">3.4. Environment variables</a></span></dt><dt><span class="section"><a href="installation.html#N10115">3.5. Running and testing your installation</a></span></dt><dt><span class="section"><a href="installation.html#N10120">3.6. JVM options</a></span></dt></dl></dd><dt><span class="chapter"><a href="tutorial_gradle_command_line.html">4. Using the Gradle Command-Line</a></span></dt><dd><dl><dt><span class="section"><a href="tutorial_gradle_command_line.html#N10147">4.1. Executing multiple tasks</a></span></dt><dt><span class="section"><a href="tutorial_gradle_command_line.html#sec:excluding_tasks_from_the_command_line">4.2. Excluding tasks</a></span></dt><dt><span class="section"><a href="tutorial_gradle_command_line.html#sec:continue_build_on_failure">4.3. Continuing the build when a failure occurs</a></span></dt><dt><span class="section"><a href="tutorial_gradle_command_line.html#N101BE">4.4. Task name abbreviation</a></span></dt><dt><span class="section"><a href="tutorial_gradle_command_line.html#sec:selecting_build">4.5. Selecting which build to execute</a></span></dt><dt><span class="section"><a href="tutorial_gradle_command_line.html#sec:obtaining_information_about_your_build">4.6. Obtaining information about your build</a></span></dt><dt><span class="section"><a href="tutorial_gradle_command_line.html#sec:dry_run">4.7. Dry Run</a></span></dt><dt><span class="section"><a href="tutorial_gradle_command_line.html#N1032B">4.8. Summary</a></span></dt></dl></dd><dt><span class="chapter"><a href="gradle_wrapper.html">5. The Gradle Wrapper</a></span></dt><dd><dl><dt><span class="section"><a href="gradle_wrapper.html#using_wrapper_scripts">5.1. Executing a build with the Wrapper</a></span></dt><dt><span class="section"><a href="gradle_wrapper.html#N10379">5.2. Adding the Wrapper to a project</a></span></dt><dt><span class="section"><a href="gradle_wrapper.html#sec:configuration">5.3. Configuration</a></span></dt><dt><span class="section"><a href="gradle_wrapper.html#sec:verification">5.4. Verification of downloaded Gradle distributions</a></span></dt><dt><span class="section"><a href="gradle_wrapper.html#sec:unix_file_permissions">5.5. Unix file permissions</a></span></dt></dl></dd><dt><span class="chapter"><a href="gradle_daemon.html">6. The Gradle Daemon</a></span></dt><dd><dl><dt><span class="section"><a href="gradle_daemon.html#N10442">6.1. Enabling the Daemon</a></span></dt><dt><span class="section"><a href="gradle_daemon.html#N1046B">6.2. Stopping an existing Daemon</a></span></dt><dt><span class="section"><a href="gradle_daemon.html#daemon_faq">6.3. FAQ</a></span></dt><dt><span class="section"><a href="gradle_daemon.html#when_should_i_not_use_the_gradle_daemon">6.4. When should I not use the Gradle Daemon?</a></span></dt><dt><span class="section"><a href="gradle_daemon.html#N10551">6.5. Tools &amp; IDEs</a></span></dt><dt><span class="section"><a href="gradle_daemon.html#N1055E">6.6. How does the Gradle Daemon make builds faster?</a></span></dt></dl></dd><dt><span class="chapter"><a href="artifact_dependencies_tutorial.html">7. Dependency Management Basics</a></span></dt><dd><dl><dt><span class="section"><a href="artifact_dependencies_tutorial.html#N1057B">7.1. What is dependency management?</a></span></dt><dt><span class="section"><a href="artifact_dependencies_tutorial.html#N1059B">7.2. Declaring your dependencies</a></span></dt><dt><span class="section"><a href="artifact_dependencies_tutorial.html#configurations">7.3. Dependency configurations</a></span></dt><dt><span class="section"><a href="artifact_dependencies_tutorial.html#N105DB">7.4. External dependencies</a></span></dt><dt><span class="section"><a href="artifact_dependencies_tutorial.html#N1061B">7.5. Repositories</a></span></dt><dt><span class="section"><a href="artifact_dependencies_tutorial.html#N10663">7.6. Publishing artifacts</a></span></dt><dt><span class="section"><a href="artifact_dependencies_tutorial.html#N106A1">7.7. Where to next?</a></span></dt></dl></dd><dt><span class="chapter"><a href="intro_multi_project_builds.html">8. Introduction to multi-project builds</a></span></dt><dd><dl><dt><span class="section"><a href="intro_multi_project_builds.html#N106D0">8.1. Structure of a multi-project build</a></span></dt><dt><span class="section"><a href="intro_multi_project_builds.html#N10745">8.2. Executing a multi-project build</a></span></dt></dl></dd><dt><span class="chapter"><a href="continuous_build.html">9. Continuous build</a></span></dt><dd><dl><dt><span class="section"><a href="continuous_build.html#continuous_build_start_stop">9.1. How do I start and stop a continuous build?</a></span></dt><dt><span class="section"><a href="continuous_build.html#continuous_build_causes">9.2. What will cause a subsequent build?</a></span></dt><dt><span class="section"><a href="continuous_build.html#continuous_build_limitations">9.3. Limitations and quirks</a></span></dt></dl></dd><dt><span class="chapter"><a href="tutorial_gradle_gui.html">10. Using the Gradle Graphical User Interface</a></span></dt><dd><dl><dt><span class="section"><a href="tutorial_gradle_gui.html#N1087D">10.1. Task Tree</a></span></dt><dt><span class="section"><a href="tutorial_gradle_gui.html#N10893">10.2. Favorites</a></span></dt><dt><span class="section"><a href="tutorial_gradle_gui.html#N1089A">10.3. Command Line</a></span></dt><dt><span class="section"><a href="tutorial_gradle_gui.html#N1089F">10.4. Setup</a></span></dt></dl></dd><dt><span class="chapter"><a href="build_environment.html">11. The Build Environment</a></span></dt><dd><dl><dt><span class="section"><a href="build_environment.html#sec:gradle_configuration_properties">11.1. Configuring the build environment via gradle.properties</a></span></dt><dt><span class="section"><a href="build_environment.html#sec:gradle_properties_and_system_properties">11.2. Gradle properties and system properties</a></span></dt><dt><span class="section"><a href="build_environment.html#sec:accessing_the_web_via_a_proxy">11.3. Accessing the web via a proxy</a></span></dt></dl></dd><dt><span class="chapter"><a href="troubleshooting.html">12. Troubleshooting</a></span></dt><dd><dl><dt><span class="section"><a href="troubleshooting.html#N10A1E">12.1. Working through problems</a></span></dt><dt><span class="section"><a href="troubleshooting.html#N10A2B">12.2. Getting help</a></span></dt></dl></dd><dt><span class="chapter"><a href="embedding.html">13. Embedding Gradle</a></span></dt><dd><dl><dt><span class="section"><a href="embedding.html#sec:embedding_introduction">13.1. Introduction to the Tooling API</a></span></dt><dt><span class="section"><a href="embedding.html#sec:embedding_daemon">13.2. Tooling API and the Gradle Build Daemon</a></span></dt><dt><span class="section"><a href="embedding.html#sec:embedding_quickstart">13.3. Quickstart</a></span></dt></dl></dd></dl></div></div><div class="navfooter"><div><div class="navbar"><a xmlns:xslthl="http://xslthl.sf.net" href="overview.html" title="Chapter&nbsp;2.&nbsp;Overview">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="installation.html" title="Chapter&nbsp;3.&nbsp;Installing Gradle">Next</a></div></div></div></body></html>