clayburn commented on code in PR #1212:
URL: https://github.com/apache/ratis/pull/1212#discussion_r1918469273
##########
.mvn/develocity.xml:
##########
@@ -22,16 +22,25 @@
<develocity
xmlns="https://www.gradle.com/develocity-maven"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="https://www.gradle.com/develocity-maven
https://www.gradle.com/schema/develocity-maven.xsd">
+ <projectId>ratis</projectId>
+ <server>
+ <url>https://develocity.apache.org</url>
+ <allowUntrusted>false</allowUntrusted>
+ </server>
<buildScan>
<capture>
- <fileFingerprints>false</fileFingerprints>
- <buildLogging>false</buildLogging>
- <testLogging>false</testLogging>
+ <fileFingerprints>true</fileFingerprints>
Review Comment:
These three `true`s for `fileFingerprints`, `buildLogging`, and
`testLogging` are all defaults if you'd prefer to just omit them. But no
problems explicitly declaring defaults if that is what you prefer to do.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]