Skip to content

Commit

Permalink
Merge pull request #395 from staktrace/kartikaya.gp
Browse files Browse the repository at this point in the history
Add gradle-profiler
  • Loading branch information
staktrace authored Oct 6, 2023
2 parents 9cacc41 + 67bde8a commit 4cbd658
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions gradle-profiler.hcl
Original file line number Diff line number Diff line change
@@ -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",
}

0 comments on commit 4cbd658

Please sign in to comment.