This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# brew install --build-from-source ./gradle.rb | |
# All Gradle version - https://gist.github.com/l1x/d8ba66343fceb927d691 | |
# Install Gradle from local Formule - https://github.com/Homebrew/brew/issues/1468 | |
# Or you can download distribution from official site https://services.gradle.org/distributions/ | |
# When you run the above local Formule build and if the build fails with sha mismath, Replace sha256 below with the Actual sha256 returned by your run also don't forget to replace gradle version in url | |
# Below is sample Gradle class | |
class Gradle < Formula | |
desc "Open-source build automation tool based on the Groovy and Kotlin DSL" | |
homepage "https://www.gradle.org/" | |
url "https://services.gradle.org/distributions/gradle-6.8.1-all.zip" |