Software Alternatives & Reviews

Gradle VS xmake

Compare Gradle VS xmake and see what are their differences

Gradle logo Gradle

Accelerate developer productivity. Gradle helps teams build, automate and deliver better software, faster. DocsExplore the documentation of Gradle. Find installation ..

xmake logo xmake

🔥 A cross-platform build utility based on Lua. Contribute to xmake-io/xmake development by creating an account on GitHub.
  • Gradle Landing page
    Landing page //
    2023-05-11
  • xmake Landing page
    Landing page //
    2023-08-27

Gradle videos

Gradle project properties best practices (don't be that guy)

More videos:

  • Review - Gradle Demystified - Josh Allen
  • Review - Working With Gradle in IntelliJ IDEA

xmake videos

No xmake videos yet. You could help us improve this page by suggesting one.

+ Add video

Category Popularity

0-100% (relative to Gradle and xmake)
DevOps Tools
91 91%
9% 9
Continuous Integration
Front End Package Manager
JavaScript Package Manager

User comments

Share your experience with using Gradle and xmake. For example, how are they different and which one is better?
Log in or Post with

Social recommendations and mentions

Based on our record, Gradle should be more popular than xmake. It has been mentiond 37 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

Gradle mentions (37)

  • Setting up linters in Gitlab CI for C++ and Groovy / Jenkins code
    Because executing CodeNarc from the command-line is not so simple, I find it easier to use Gradle and its dedicated plugin to execute CodeNarc:. - Source: dev.to / 3 days ago
  • Working with Environment Variables in Java
    When using build tools like Maven or Gradle, you can configure environment variables in the build scripts or configuration files. - Source: dev.to / about 2 months ago
  • Intro to Java Question
    For large projects, purpose-made build tools such as Gradle and Maven are preferred for managing the directory structure since they introduce additional semantics for managing test code and other programming languages (among lots of other things). Most IDEs can integrate with these build tools easily. If you're just starting out though, I wouldn't worry too much about these, you can visit them later. Source: 5 months ago
  • Quarkus 3.4 - Container-first Java Stack: Install with OpenJDK 21 and Create REST API
    Project Build and Management: Apache Maven 3 (3.9.5), Gradle 8 (8.3). - Source: dev.to / 7 months ago
  • Creating a Ktor Server with Gradle and SDKMAN!: A Step-by-Step Guide
    Ktor, a powerful web framework built with Kotlin, offers a lightweight and flexible solution for building web applications. In this article, we will guide you through the process of creating a Ktor project manually using Gradle and SDKMAN!. By following the steps below, you'll have a basic Ktor project up and running in no time. - Source: dev.to / 10 months ago
View more

xmake mentions (15)

  • Everything You Never Wanted to Know About CMake (Redux)
    We can also try xmake. https://github.com/xmake-io/xmake Xmake can be used to directly build source code (like with Make or Ninja), or it can generate project source files like CMake or Meson. It also has a built-in package management system to help users integrate C/C++ dependencies. - Source: Hacker News / 11 months ago
  • A script-only build utility like autotools
    I wrote this tool mainly for the purpose of building xmake's own source code better. https://github.com/xmake-io/xmake. Source: over 1 year ago
  • A build-system for make C++ projects with modules!
    Did you consider skipping the parser part and base it of off another language? Like xmake: https://github.com/xmake-io/xmake/. Source: over 1 year ago
  • Xmake v2.7.3 Released, Package Components and C++ Modules Incremental Build Support
    Xmake is a lightweight cross-platform build utility based on Lua. - Source: dev.to / over 1 year ago
  • linux c++ devs, what does your dev environment look like?
    Xmake as build backend + project generator + package manager. Source: over 1 year ago
View more

What are some alternatives?

When comparing Gradle and xmake, you can also consider the following products

Apache Maven - Apache Maven is a project comprehension and management software tool.

CMake - CMake is an open-source, cross-platform family of tools designed to build, test and package software.

SCons - SCons is an Open Source software construction tool—that is, a next-generation build tool.

GNU Make - GNU Make is a tool which controls the generation of executables and other non-source files of a program from the program's source files.

Bazel - Bazel is a tool that automates software builds and tests.

Jenkins - Jenkins is an open-source continuous integration server with 300+ plugins to support all kinds of software development