mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
Gradle 8.8 => 8.11.1 (#10882)
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user