Skip to main content Link Menu Expand (external link) Document Search Copy Copied

Deploying a Gradle Project

Header Image

  1. Building a deployable artifact
    • This article covers how to package a Gradle application into a deployable artifact, including generating distribution archives with the built-in distribution plugin.
  2. Configuring deployment settings
    • This article covers the configuration of deployment settings in Gradle, including packaging the application, generating distribution archives, and setting up deployment repositories using Maven, Ivy, and file-based repositories.
  3. Deploying a Gradle project to a server
    • null

Table of contents