sidebar hamburger menu

Gradle

TuxCare's Endless Lifecycle Support (ELS) for Gradle provides security patches for versions of Gradle that have reached End of Life (EOL) or are no longer maintained by the upstream vendor. Our ELS for Gradle service is designed for organizations that are not yet ready to migrate to newer Gradle versions and that are seeking long-term stability for their build infrastructure.

Supported Versions

  • Gradle 6.9.4, 7.6.6

Prerequisites

  • Ensure you have a compatible version of Java Development Kit (JDK) installed. JDK 8 or later is required.

    To verify if JDK is already installed on your system, open a terminal or command prompt and run:

    java -version
    

    If JDK is installed, you should see version information. If not, you'll need to install it.

Repository Access

You need a username and password to access the TuxCare ELS Gradle repository. Anonymous access is disabled. To obtain credentials, please contact sales@tuxcare.com.

To browse available artifacts via the web interface, visit TuxCare Nexus. Click the Sign in button in the top right corner to authenticate with your TuxCare credentials. After logging in, you may need to refresh or re-open the browse link due to Nexus routing behavior.

Linux Installation

  1. Download Gradle from TuxCare via the terminal using your credentials. For example, Gradle 6.9.4:

    curl -u USERNAME:PASSWORD -O https://nexus.repo.tuxcare.com/repository/els_java/org/gradle/gradle/6.9.4-tuxcare.1/gradle-6.9.4-tuxcare.1-bin.zip
    

    Replace USERNAME and PASSWORD with your actual credentials, and adjust the version as needed.

  2. Extract the archive to a directory of your choice:

    sudo mkdir -p /opt/gradle
    sudo unzip gradle-6.9.4-tuxcare.1-bin.zip -d /opt/gradle
    
  3. Run the Gradle binary directly from the extracted directory to verify:

    /opt/gradle/gradle-6.9.4-tuxcare.1/bin/gradle --version
    

    The output should display the Gradle version and build details.

Windows Installation

  1. Download the Gradle .zip archive from TuxCare Nexus using your credentials.

  2. Extract the downloaded archive, for example, gradle-6.9.4-tuxcare.1-bin.zip, to a directory of your choice, e.g., C:\Gradle.

  3. Open a Command Prompt or PowerShell window and run the following command to verify:

    C:\Gradle\gradle-6.9.4-tuxcare.1\bin\gradle --version
    

    The output should display the Gradle version and build details.

Upgrading to a Newer TuxCare Version

To upgrade to a newer TuxCare release (e.g., from tuxcare.1 to tuxcare.2), download and extract the new version of the Gradle archive from TuxCare using the instructions above.

Vulnerability Exploitability eXchange (VEX)

VEX is a machine-readable format that indicates whether a known vulnerability is actually exploitable in your product. It helps reduce false positives and prioritize real risks.

TuxCare provides VEX data for Gradle ELS versions at: security.tuxcare.com/vex/cyclonedx/els_lang_java/org.gradle/.

Resolved CVEs in ELS for Gradle

×
Need help?
I'm a multilingual AI chatbot, trained to answer all your questions!