From 67bde8a0ea7d2a907e6131f38fdf60ec9fab69a9 Mon Sep 17 00:00:00 2001 From: Kartikaya Gupta Date: Fri, 6 Oct 2023 10:53:36 -0400 Subject: [PATCH] Add gradle-profiler --- gradle-profiler.hcl | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 gradle-profiler.hcl diff --git a/gradle-profiler.hcl b/gradle-profiler.hcl new file mode 100644 index 00000000..4a93615f --- /dev/null +++ b/gradle-profiler.hcl @@ -0,0 +1,16 @@ +description = "A tool to automate the gathering of profiling and benchmarking information for Gradle builds." +requires = ["jre"] +source = "https://repo1.maven.org/maven2/org/gradle/profiler/gradle-profiler/${version}/gradle-profiler-${version}.zip" +strip = 1 +binaries = ["bin/gradle-profiler"] +repository = "https://github.com/gradle/gradle-profiler" + +version "0.20.0" { + auto-version { + github-release = "gradle/gradle-profiler" + } +} + +sha256sums = { + "https://repo1.maven.org/maven2/org/gradle/profiler/gradle-profiler/0.20.0/gradle-profiler-0.20.0.zip": "5eb01652a348dd929f8ca03231bd7906521b75463003e085dcb49a59612bbaa2", +}