This file is indexed.

/usr/share/doc/gradle/userguide/pt02.html is in gradle-doc 3.4.1-7ubuntu1.

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 Version 3.4.1"><link rel="up" href="userguide.html" title="Gradle User Guide Version 3.4.1"><link rel="prev" href="overview.html" title="Overview - Gradle User Guide Version 3.4.1"><link rel="next" href="installation.html" title="Installing Gradle - Gradle User Guide Version 3.4.1"></head><body><div class="navheader"><div><div class="navbar"><a xmlns:xslthl="http://xslthl.sf.net" href="overview.html" title="Overview - Gradle User Guide Version 3.4.1">Previous</a><span>|</span><a xmlns:xslthl="http://xslthl.sf.net" href="userguide.html" title="Gradle User Guide Version 3.4.1">Contents</a><span>|</span><a xmlns:xslthl="http://xslthl.sf.net" href="installation.html" title="Installing Gradle - Gradle User Guide Version 3.4.1">Next</a></div></div></div><div class="part"><div class="titlepage"><div><div><h1 class="title"><a xmlns:xslthl="http://xslthl.sf.net" name="N100CF"></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#sec:prerequisites">3.1. Prerequisites</a></span></dt><dt><span class="section"><a href="installation.html#sec:download">3.2. Download</a></span></dt><dt><span class="section"><a href="installation.html#sec:unpacking">3.3. Unpacking</a></span></dt><dt><span class="section"><a href="installation.html#sec:installation_environment_variables">3.4. Environment variables</a></span></dt><dt><span class="section"><a href="installation.html#sec:running_and_testing_your_installation">3.5. Running and testing your installation</a></span></dt><dt><span class="section"><a href="installation.html#sec:jvm_options">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#sec:executing_multiple_tasks">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#sec:task_name_abbreviation">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:rerun_tasks">4.6. Forcing tasks to execute</a></span></dt><dt><span class="section"><a href="tutorial_gradle_command_line.html#sec:obtaining_information_about_your_build">4.7. Obtaining information about your build</a></span></dt><dt><span class="section"><a href="tutorial_gradle_command_line.html#sec:dry_run">4.8. Dry Run</a></span></dt><dt><span class="section"><a href="tutorial_gradle_command_line.html#sec:cli_tutorial_summary">4.9. 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#sec:wrapper_generation">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:authenticated_download">5.4. Authenticated Gradle distribution download</a></span></dt><dt><span class="section"><a href="gradle_wrapper.html#sec:verification">5.5. Verification of downloaded Gradle distributions</a></span></dt><dt><span class="section"><a href="gradle_wrapper.html#sec:unix_file_permissions">5.6. 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#sec:why_the_daemon">6.1. Why the Gradle Daemon is important for performance</a></span></dt><dt><span class="section"><a href="gradle_daemon.html#sec:status">6.2. Running Daemon Status</a></span></dt><dt><span class="section"><a href="gradle_daemon.html#sec:disabling_the_daemon">6.3. Disabling the Daemon</a></span></dt><dt><span class="section"><a href="gradle_daemon.html#sec:stopping_an_existing_daemon">6.4. Stopping an existing Daemon</a></span></dt><dt><span class="section"><a href="gradle_daemon.html#daemon_faq">6.5. FAQ</a></span></dt><dt><span class="section"><a href="gradle_daemon.html#when_should_i_not_use_the_gradle_daemon">6.6. When should I not use the Gradle Daemon?</a></span></dt><dt><span class="section"><a href="gradle_daemon.html#sec:tools_and_ides">6.7. Tools &amp; IDEs</a></span></dt><dt><span class="section"><a href="gradle_daemon.html#sec:how_does_the_gradle_daemon_make_builds_faster">6.8. 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#sec:what_is_dependency_management">7.1. What is dependency management?</a></span></dt><dt><span class="section"><a href="artifact_dependencies_tutorial.html#sec:declaring_your_dependencies">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#sec:external_dependencies_tutorial">7.4. External dependencies</a></span></dt><dt><span class="section"><a href="artifact_dependencies_tutorial.html#sec:repositories_tutorial">7.5. Repositories</a></span></dt><dt><span class="section"><a href="artifact_dependencies_tutorial.html#sec:publishing_artifacts_tutorial">7.6. Publishing artifacts</a></span></dt><dt><span class="section"><a href="artifact_dependencies_tutorial.html#sec:artifacts_tutorial_where_to_next">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#sec:structure_of_a_multiproject_build">8.1. Structure of a multi-project build</a></span></dt><dt><span class="section"><a href="intro_multi_project_builds.html#sec:executing_a_multiproject_build">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="composite_builds.html">10. Composite builds</a></span></dt><dd><dl><dt><span class="section"><a href="composite_builds.html#composite_build_intro">10.1. What is a composite build?</a></span></dt><dt><span class="section"><a href="composite_builds.html#defining_composite_builds">10.2. Defining a composite build</a></span></dt><dt><span class="section"><a href="composite_builds.html#included_build_declaring_substitutions">10.3. Declaring the dependencies substituted by an included build</a></span></dt><dt><span class="section"><a href="composite_builds.html#included_build_task_dependencies">10.4. Depending on tasks in an included build</a></span></dt><dt><span class="section"><a href="composite_builds.html#current_limitations_and_future_work">10.5. Current limitations and future plans for composite builds</a></span></dt></dl></dd><dt><span class="chapter"><a href="tutorial_gradle_gui.html">11. Using the Gradle Graphical User Interface</a></span></dt><dd><dl><dt><span class="section"><a href="tutorial_gradle_gui.html#sec:task_tree">11.1. Task Tree</a></span></dt><dt><span class="section"><a href="tutorial_gradle_gui.html#sec:favorites">11.2. Favorites</a></span></dt><dt><span class="section"><a href="tutorial_gradle_gui.html#sec:command_line">11.3. Command Line</a></span></dt><dt><span class="section"><a href="tutorial_gradle_gui.html#sec:setup">11.4. Setup</a></span></dt></dl></dd><dt><span class="chapter"><a href="build_environment.html">12. The Build Environment</a></span></dt><dd><dl><dt><span class="section"><a href="build_environment.html#sec:gradle_configuration_properties">12.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">12.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">12.3. Accessing the web via a proxy</a></span></dt></dl></dd><dt><span class="chapter"><a href="troubleshooting.html">13. Troubleshooting</a></span></dt><dd><dl><dt><span class="section"><a href="troubleshooting.html#sec:working_through_problems">13.1. Working through problems</a></span></dt><dt><span class="section"><a href="troubleshooting.html#sec:troubleshooting_getting_help">13.2. Getting help</a></span></dt></dl></dd><dt><span class="chapter"><a href="embedding.html">14. Embedding Gradle using the Tooling API</a></span></dt><dd><dl><dt><span class="section"><a href="embedding.html#sec:embedding_introduction">14.1. Introduction to the Tooling API</a></span></dt><dt><span class="section"><a href="embedding.html#sec:embedding_features">14.2. Tooling API Features</a></span></dt><dt><span class="section"><a href="embedding.html#sec:embedding_daemon">14.3. Tooling API and the Gradle Build Daemon</a></span></dt><dt><span class="section"><a href="embedding.html#sec:embedding_quickstart">14.4. Quickstart</a></span></dt><dt><span class="section"><a href="embedding.html#sec:embedding_compatibility">14.5. Gradle version and Java version compatibility</a></span></dt></dl></dd><dt><span class="chapter"><a href="build_cache.html">15. Build Cache</a></span></dt><dd><dl><dt><span class="section"><a href="build_cache.html#build_cache_intro">15.1. Overview</a></span></dt><dt><span class="section"><a href="build_cache.html#task_output_caching">15.2. Task Output Caching</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="Overview - Gradle User Guide Version 3.4.1">Previous</a><span>|</span><a xmlns:xslthl="http://xslthl.sf.net" href="userguide.html" title="Gradle User Guide Version 3.4.1">Contents</a><span>|</span><a xmlns:xslthl="http://xslthl.sf.net" href="installation.html" title="Installing Gradle - Gradle User Guide Version 3.4.1">Next</a></div></div></div></body></html>