adoroszlai commented on code in PR #1212:
URL: https://github.com/apache/ratis/pull/1212#discussion_r1919643087
##########
.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:
I prefer explicitly setting these.
--
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]