Skip to content

Commit

Permalink
minor refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
paulk-asert committed Jan 30, 2024
1 parent 376071d commit 191231a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subprojects/binary-compatibility/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 191231a

Please sign in to comment.