Skip to content

Instantly share code, notes, and snippets.

View ankit-jha's full-sized avatar
🏠
Working from home

Ankit Jha ankit-jha

🏠
Working from home
View GitHub Profile
@ankit-jha
ankit-jha / gradle.rb
Created November 12, 2021 21:34
gradle 6.8.1
# 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"