| commit | 9afd60ffc43d3847b9d23151d8f5ba1d00b486cf | [log] [tgz] |
|---|---|---|
| author | Jeff Gaston <[email protected]> | Thu Mar 31 11:55:03 2022 -0400 |
| committer | Jeff Gaston <[email protected]> | Thu Mar 31 12:07:05 2022 -0400 |
| tree | f0e59495f4dcd25cceb6c811a09bf96e5868ee0f | |
| parent | bc472e51cadc3d8a66f890c8b06c6e7d36476960 [diff] |
link buildSrc/gradle.properties -> gradle.properties To allow buildSrc to use more of the properties from the root gradle.properties, particularly org.gradle.dependency.verification.console=verbose , which provides a clearer error when dependency verification fails Bug: https://github.com/gradle/gradle/issues/20325 Change-Id: I61059d973b60ae6e287beb5dc12dd0e35c0046ce
diff --git a/buildSrc/gradle.properties b/buildSrc/gradle.properties new file mode 120000 index 0000000..7677fb7 --- /dev/null +++ b/buildSrc/gradle.properties
@@ -0,0 +1 @@ +../gradle.properties \ No newline at end of file