macOS
brew install gradlelocal Homebrew formula metadata
sudo port install gradleMacPorts ports tree · devel/gradle/Portfile · ソース: api.github.com
brew
gradle のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install gradlelocal Homebrew formula metadata
sudo port install gradleMacPorts ports tree · devel/gradle/Portfile · ソース: api.github.com
sudo apk add gradleAlpine Linux edge package indexes · gradle · ソース: dl-cdn.alpinelinux.org
sudo apt install gradleDebian stable package indexes · gradle · ソース: deb.debian.org
nix profile install nixpkgs#gradlenixpkgs package indexes · gradle · ソース: raw.githubusercontent.com
sudo pacman -S gradleArch Linux sync databases · gradle · ソース: geo.mirror.pkgbuild.com
choco install gradleChocolatey community package catalog · gradle · ソース: community.chocolatey.org
scoop install main/gradleScoop official bucket manifest trees · bucket/gradle.json · ソース: api.github.com
概要
Open-source build automation tool based on the Groovy and Kotlin DSL
履歴
Gradle is an open-source build automation tool for multi-language software projects, especially JVM and Android builds. Its package-manager identity is the `gradle` CLI, but most projects actually standardize on the Gradle Wrapper so a repository can declare the Gradle distribution it expects.
Gradle became important because it combined ideas from earlier build tools with a programmable Groovy and later Kotlin DSL, task graph execution, dependency management, plugins, daemons, caching, and integration with IDEs and CI.
Gradle's own documentation describes builds as projects and tasks configured by build scripts written in Groovy or Kotlin. The project structure convention centers on `settings.gradle(.kts)`, `build.gradle(.kts)`, and the wrapper scripts `gradlew` and `gradlew.bat`.
Gradle 1.0, released on June 12, 2012 according to the official release index, was framed by its release notes as a major step for Gradle and build tools. That release replaced Ivy-based dependency resolution with a Gradle dependency engine, improved dependency caching, added daemon performance work, expanded Java quality plugins, and emphasized enterprise-scale builds.
Gradle's official evolution article summarizes the major-version arc: 2.0 improved performance, memory efficiency, dependency management, and incremental build support; 3.0 enabled the daemon by default and improved IDE/Kotlin DSL support; 4.0 made build cache production-ready for Java and Groovy compilation; 5.0 made Kotlin DSL production-ready and added Java 11 support; 6.0 introduced enhanced dependency management metadata; 7.0 focused on incremental builds, dependency verification, and Java 16 support; 8.0 emphasized configuration-cache behavior and parallelism.
Gradle spread through JVM projects because it offered programmable build logic while still providing conventions through plugins. Android adoption made Gradle part of a massive mobile build ecosystem: Android Studio projects expose Gradle wrapper files, settings files, top-level and module-level build files, and Gradle properties as standard project artifacts.
The wrapper changed package-manager expectations. A developer may install `gradle` with Homebrew to bootstrap or run ad hoc builds, but many repositories prefer `./gradlew` so the checked-in wrapper properties select the project Gradle version. This made Gradle unusually friendly to mixed-version repositories and CI environments.
Gradle also became a platform for build-performance tooling. Official docs and adjacent Gradle products emphasize build scans, daemon reuse, build cache, configuration cache, and profiling workflows, reflecting a culture where the build tool is both dependency resolver and performance-critical infrastructure.
At the command line, developers run tasks such as `gradle build`, `gradle test`, or `gradle clean build`, but Gradle documentation recommends the wrapper for most existing projects. Build scripts define tasks, plugins, dependencies, repositories, and project conventions.
The common files are package-ecosystem signals: `settings.gradle` or `settings.gradle.kts` defines root and subprojects; `build.gradle` or `build.gradle.kts` defines build logic; `gradle.properties` configures Gradle or project properties; and files under the Gradle user home configure user-wide behavior such as init scripts.
Gradle's DSL and plugin system make it a host for ecosystems rather than only a command runner. Java, Groovy, Kotlin, Scala, Android, C/C++, JavaScript, and Kotlin Multiplatform projects all appear in the official documentation as supported languages or frameworks.
Gradle is significant to package nerds because it is itself a package manager, dependency resolver, task scheduler, and project metadata interpreter. A Gradle installation can decide which artifacts are fetched, how versions are aligned, when tasks are up to date, and which generated outputs are reproducible.
It also forces distribution questions: should a system package provide one Gradle CLI, should a project use the wrapper, how should checksums and distribution URLs be audited, and how should old major versions remain available when enterprise or Android builds cannot immediately migrate?
For Homebrew, the unversioned `gradle` formula serves users who want a general CLI installation, while versioned formulae such as `gradle@7` and `gradle@8` serve projects pinned to a major line.
セキュリティ状態
build system capable of executing project logic.
リスク yellow · 信頼度 高 · runtime
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
~/.gradle/gradle.properties~/.gradle/init.d/*.gradle./gradle.properties./settings.gradle(.kts)./build.gradle(.kts)C:\Users\<USERNAME>\.gradle\gradle.propertiesC:\Users\<USERNAME>\.gradle\init.d\*.gradle.\gradle.properties.\settings.gradle(.kts).\build.gradle(.kts)実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
gradle | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
インストールメタデータ
| パッケージキー | brew:gradle |
|---|---|
| バージョン | 9.6.1 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/gradle |
| ホームページ | https://www.gradle.org/ |
| リポジトリ | https://github.com/gradle/gradle |
| 上流ドキュメント | https://docs.gradle.org/current |
| ライセンス | Apache-2.0 |
| ソースアーカイブ | https://services.gradle.org/distributions/gradle-9.6.1-all.zip |
| 最終更新 | 2026-06-26T19:52:00Z |
| Pulse | updated |
| 依存関係 | gradle-completion, openjdk |
| Bottle | 利用可能 (対象 all) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | gradle |
| Aliases |
|
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
gradle 4.4.1-22
Powerful build system for the JVM
sudo apt install gradlegradle-doc 4.4.1-22
Powerful build system for the JVM - Documentations
sudo apt install gradle-doclibgradle-core-java 4.4.1-22
Powerful build system for the JVM - Core libraries
sudo apt install libgradle-core-javalibgradle-plugins-java 4.4.1-22
Powerful build system for the JVM - All plugins
sudo apt install libgradle-plugins-javagradle
nix profile install nixpkgs#gradlegradle 4.4.1-20
Powerful build system for the JVM
sudo apt install gradlegradle-doc 4.4.1-20
Powerful build system for the JVM - Documentations
sudo apt install gradle-doclibgradle-core-java 4.4.1-20
Powerful build system for the JVM - Core libraries
sudo apt install libgradle-core-javalibgradle-plugins-java 4.4.1-20
Powerful build system for the JVM - All plugins
sudo apt install libgradle-plugins-javagradle 8.14.4-r0
Build tool with a focus on build automation and support for multi-language development
sudo apk add gradlegradle 9.5.1-1
Powerful build system for the JVM
sudo pacman -S gradlegradle
sudo port install gradlegradle
choco install gradlemain/gradle
scoop install main/gradleソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.