vlsi commented on a change in pull request #2641:
URL: https://github.com/apache/calcite/pull/2641#discussion_r768059509



##########
File path: build.gradle.kts
##########
@@ -806,6 +806,18 @@ allprojects {
                 // Do not publish "root" project. Java plugin is applied here 
for DSL purposes only
                 return@configure
             }
+
+            repositories {
+                maven {
+                    name = "ApacheSnapshot" //  optional target repository name
+                    url = 
uri("https://repository.apache.org/content/repositories/snapshots";)
+                    credentials {
+                        username = (project.properties["nexusSnapshotUser"] ?: 
"").toString()
+                        password = 
(project.properties["nexusSnapshotPassword"] ?: "").toString()
+                    }
+                }
+            }

Review comment:
       @jacques-n , I understand it might be frustrating, however, could you 
please try finding the answer at howto.html?
   
   Calcite releases are pushed to ASF Nexus for a long time, so the repository 
must be declared.
   
   Of course, I can answer your questions, however, in that case, I would like 
to remove howto.html since it seems to add no value.




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


Reply via email to