Make buildSrc's custom Gradle tasks consistently abstract

Closes gh-41272
This commit is contained in:
Andy Wilkinson
2024-06-28 12:44:36 +01:00
parent 86fa2296e2
commit d71fdd9712
30 changed files with 277 additions and 514 deletions

View File

@@ -2,8 +2,8 @@ require 'formula'
class SpringBoot < Formula
homepage 'https://spring.io/projects/spring-boot'
url '${repo}/org/springframework/boot/spring-boot-cli/${project.version}/spring-boot-cli-${project.version}-bin.tar.gz'
version '${project.version}'
url '${repo}/org/springframework/boot/spring-boot-cli/${version}/spring-boot-cli-${version}-bin.tar.gz'
version '${version}'
sha256 '${hash}'
head 'https://github.com/spring-projects/spring-boot.git', :branch => "main"