About 92,600 results
Open links in new tab
  1. Building Java Applications Sample - Gradle User Manual

    This guide demonstrates how to create a Java application with Gradle using gradle init. You can follow the guide step-by-step to create a new project from scratch or download the complete …

  2. Gradle Build Tool

    Gradle is the open source build system of choice for Java, Android, and Kotlin developers. From mobile apps to microservices, from small startups to big enterprises, it helps teams deliver …

  3. Gradle Wrapper

    The recommended way to execute any Gradle build is with the help of the Gradle Wrapper (referred to as "Wrapper"). The Wrapper is a script (called gradlew or gradlew.bat) that …

  4. Building Java & JVM projects - Gradle User Manual

    If you don’t have much experience with building JVM-based projects with Gradle, take a look at the Java samples for step-by-step instructions on how to build various types of basic Java …

  5. The Java Plugin - Gradle User Manual

    The Java plugin adds Java compilation along with testing and bundling capabilities to a project. It serves as the basis for many of the other JVM language Gradle plugins. You can find a …

  6. Building Java Libraries Sample - Gradle User Manual

    This guide demonstrates how to create a Java library with Gradle using gradle init. You can follow the guide step-by-step to create a new project from scratch or download the complete sample …

  7. Getting Started - Gradle User Manual

    The tutorial will take you from Gradle initialization all the way through to utilizing Gradle’s task caching for your basic Java App. No previous experience is necessary but a basic knowledge …

  8. Installing Gradle

    Gradle supports Kotlin and Groovy as the main build languages. Gradle ships with its own Kotlin and Groovy libraries, therefore they do not need to be installed.

  9. Compatibility Matrix - Gradle User Manual

    Any fully supported version of Java can be used for compilation or testing. However, the latest Java version may only be supported for compilation or testing, not for running Gradle.

  10. Gradle User Manual

    Supported Languages and Frameworks Gradle supports Android, Java, Kotlin Multiplatform, Groovy, Scala, Javascript, and C/C++.