Skip to content

Commit 73e8c7d

Browse files
committed
Fix Gradleception
1 parent 5dfc28e commit 73e8c7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subprojects/performance/templates.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ tasks.register("gradleBuildBaseline", RemoteProject) {
2626
remoteUri = rootDir.absolutePath
2727
// Remember to update accordingly when rebasing/squashing
2828
// Do not use the "Rebase and merge" nor "Squash and merge" Github buttons when merging a PR that change the baseline
29-
ref = 'a846542aa16003eac8905365bb56948f6c20edfd'
29+
ref = '3572aa1db6dc7785049b33118954c627b9915ae9'
3030
}
3131

3232
// === Java ===

0 commit comments

Comments
 (0)