adityamparikh commented on code in PR #1:
URL: https://github.com/apache/solr-mcp/pull/1#discussion_r2443395543


##########
build.gradle.kts:
##########
@@ -0,0 +1,80 @@
+import net.ltgt.gradle.errorprone.errorprone
+
+plugins {
+    java
+    alias(libs.plugins.spring.boot)
+    alias(libs.plugins.spring.dependency.management)
+    jacoco
+    alias(libs.plugins.errorprone)

Review Comment:
   Incorporated spotless. Added null safety with jspecify + errorprone and 
nullaway.



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to