Gradle 8.8 => 8.11.1 (#10882)

This commit is contained in:
Ed Reel
2024-12-05 15:48:10 -06:00
committed by GitHub
parent 0f8efa9231
commit fb4d172b4c
4 changed files with 611 additions and 488 deletions

View File

@@ -3,11 +3,11 @@ require 'package'
class Gradle < Package
description 'From mobile apps to microservices, from small startups to big enterprises, Gradle helps teams build, automate and deliver better software, faster.'
homepage 'https://gradle.org/'
version '8.8'
version '8.11.1'
license 'Apache-2.0'
compatibility 'all'
source_url "https://services.gradle.org/distributions/gradle-#{version}-bin.zip"
source_sha256 'a4b4158601f8636cdeeab09bd76afb640030bb5b144aafe261a5e8af027dc612'
source_sha256 'f397b287023acdba1e9f6fc5ea72d22dd63669d59ed4a289a29b1a76eee151c6'
depends_on 'openjdk8' unless File.exist? "#{CREW_PREFIX}/bin/java"