From 191231a832efd2e2fc49391c01f8d176944d68e3 Mon Sep 17 00:00:00 2001 From: Paul King Date: Tue, 30 Jan 2024 13:01:18 +1000 Subject: [PATCH] minor refactor --- subprojects/binary-compatibility/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subprojects/binary-compatibility/build.gradle b/subprojects/binary-compatibility/build.gradle index edfe9b41295..0c212a46556 100644 --- a/subprojects/binary-compatibility/build.gradle +++ b/subprojects/binary-compatibility/build.gradle @@ -61,7 +61,7 @@ rootProject.allprojects { // } htmlOutputFile = layout.buildDirectory.file("reports/${taskName}.html").get().asFile // uncomment below if also wanting text only output -// txtOutputFile = layout.buildDirectory.file("${thisProject.buildDir}/reports/${taskName}.txt").get().asFile +// txtOutputFile = layout.buildDirectory.file("reports/${taskName}.txt").get().asFile } checkBinaryCompatibility.configure { dependsOn(singleProjectCheck)